Skip to content

Commit

Permalink
Fix mac failing on main
Browse files Browse the repository at this point in the history
Due to integration-test not being a test type any more
  • Loading branch information
eivindjahren committed Jan 23, 2025
1 parent d21b16d commit ab55946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
strategy:
fail-fast: false
matrix:
test-type: [ 'test', 'integration-test', 'everest-models-test' ]
test-type: [ 'test', 'everest-models-test' ]
os: [ 'macos-latest' ]
python-version: [ '3.12' ]

Expand Down

0 comments on commit ab55946

Please sign in to comment.