Skip to content

Commit

Permalink
Removed MacOS GH Tests (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 authored Aug 5, 2024
1 parent 9c9fdae commit e5f8b21
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/modelconverter_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,8 @@ env:

jobs:
tests:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-13]

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

steps:
- name: Checkout code
Expand Down Expand Up @@ -57,12 +53,7 @@ jobs:
credentials_json: ${{ secrets.GCP_CREDENTIALS }}
token_format: access_token

- name: Run Tests (Ubuntu)
if: ${{ matrix.os == 'ubuntu-latest' }}
- name: Run Tests
run: |
pytest -s --verbose "tests/test_packages/test_$PACKAGE.py"
- name: Run Tests (Windows)
if: ${{ matrix.os == 'windows-latest' }}
run: |
pytest -s --verbose "tests/test_packages/test_${{env.PACKAGE}}.py"

0 comments on commit e5f8b21

Please sign in to comment.