Skip to content

Commit

Permalink
TST: exclude failing extra tests
Browse files Browse the repository at this point in the history
Remove failing tests that rely on deprecated code.
  • Loading branch information
aburrell committed May 7, 2024
1 parent 32d47db commit 1ed4a1d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12"]
install-extras: [0, 1, 2] # TODO(#129): update to replace extra flag
exclude:
- os: "windows-latest"
- os: "windows-latest" # TODO(#135): remove exclusion
install-extras: 2
- os: "macos-latest" # TODO(#135): remove exclusion
install-extras: 2

name: Python ${{ matrix.python-version }} on ${{ matrix.os }} with extras ${{ matrix.install-extras }}
Expand Down

0 comments on commit 1ed4a1d

Please sign in to comment.