Skip to content

Commit

Permalink
Test update
Browse files Browse the repository at this point in the history
  • Loading branch information
nawaz1991 committed Dec 9, 2023
1 parent f0ab3e5 commit 0397e2d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion tests/test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import oasvalidator

def test_validate():
oasvalidator.init("Hi")
oasvalidator.init("thirdparty/cpp-oasvalidator/data/openAPI_example.json")

0 comments on commit 0397e2d

Please sign in to comment.