From 6a56a4f4ba5ffabfbc69eff2fad802f0c635a0af Mon Sep 17 00:00:00 2001 From: Martin Kozlovsky Date: Mon, 5 Aug 2024 23:20:35 +0200 Subject: [PATCH] fixed macos tests --- .github/workflows/modelconverter_test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/modelconverter_test.yaml b/.github/workflows/modelconverter_test.yaml index 42db427..c973514 100644 --- a/.github/workflows/modelconverter_test.yaml +++ b/.github/workflows/modelconverter_test.yaml @@ -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"