Skip to content

Commit

Permalink
Disable test on Apple Silicon due to performance issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Aug 19, 2024
1 parent 5cafe62 commit 1f20e18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@ jobs:
run: python -c "import vizdoom"

- name: Run tests
# Skip tests on macOS with Apple Silicon, because they are slow (TODO: investigate)
if: matrix.os != 'macos-14'
run: pytest tests

0 comments on commit 1f20e18

Please sign in to comment.