Skip to content

Commit

Permalink
narrow numpy<2 to pyside2
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Nov 22, 2024
1 parent 03342cd commit af7c1d6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,20 @@ jobs:
extras: "test,testqt"
hatch-build-hooks-enable: ${{ matrix.compile }}
pip-install-pre-release: ${{ github.event_name == 'schedule' }}
pip-post-installs: "'numpy<2'" # for pyside2 :/
coverage-upload: artifact
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
os: [macos-latest, windows-latest]
qt: [PyQt5, PyQt6, PySide2, PySide6]
qt: [PyQt5, PyQt6, "PySide2 'numpy<2'", PySide6]
compile: [true, false]
exclude:
- os: macos-latest
qt: PySide2
qt: "PySide2 'numpy<2'"
include:
- os: macos-13
qt: PySide2
qt: "PySide2 'numpy<2'"

upload_coverage:
if: always()
Expand Down

0 comments on commit af7c1d6

Please sign in to comment.