diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 3a8d3be1e..3dd6852cb 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -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