Skip to content

Commit

Permalink
changed tests to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Aug 5, 2024
1 parent 6a56a4f commit a86c15f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/modelconverter_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
pytest -s --verbose "tests/test_packages/test_$PACKAGE.py"
- name: Run Tests (MacOS)
if: ${{ matrix.os == 'macos-13' }}
- name: Run Tests (Windows)
if: ${{ matrix.os == 'windows-latest' }}
run: |
pytest -s --verbose "tests/test_packages/test_${{env.PACKAGE}}.py"

0 comments on commit a86c15f

Please sign in to comment.