Skip to content

Commit

Permalink
fixed macos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Aug 5, 2024
1 parent bd8d4d5 commit 6a56a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/modelconverter_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: |
pytest -s --verbose "tests/test_packages/test_$PACKAGE.py"
- name: Run Tests (Windows)
if: ${{ matrix.os == 'windows-latest' }}
- name: Run Tests (MacOS)
if: ${{ matrix.os == 'macos-13' }}
run: |
pytest -s --verbose "tests/test_packages/test_${{env.PACKAGE}}.py"

0 comments on commit 6a56a4f

Please sign in to comment.