From 0397e2d2703898904b6248dad9f07566cc55741d Mon Sep 17 00:00:00 2001 From: Muhammad Nawaz Date: Sat, 9 Dec 2023 12:17:24 +0500 Subject: [PATCH] Test update --- .github/workflows/conda.yml | 2 +- .github/workflows/pip.yml | 2 +- tests/test.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index e650557..af49022 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: platform: [ubuntu-latest, windows-latest, macos-latest] - python-version: ["3.8", "3.10"] + python-version: ["3.0.1", "3.8", "3.10"] runs-on: ${{ matrix.platform }} diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 6380d1f..730989b 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: platform: [windows-latest, macos-latest, ubuntu-latest] - python-version: ["3.6", "3.7", "3.11"] + python-version: ["3.0.1", "3.7", "3.11"] runs-on: ${{ matrix.platform }} diff --git a/tests/test.py b/tests/test.py index 37deef8..fac07fb 100644 --- a/tests/test.py +++ b/tests/test.py @@ -1,4 +1,4 @@ import oasvalidator def test_validate(): - oasvalidator.init("Hi") \ No newline at end of file + oasvalidator.init("thirdparty/cpp-oasvalidator/data/openAPI_example.json") \ No newline at end of file