Skip to content

Commit

Permalink
MAINT: Fix CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Mar 1, 2024
1 parent 397f800 commit 8dcc795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- run: pip install ${{ matrix.qt }}
name: "Install Qt binding"
if: matrix.qt != 'None'
- run: pip install "PyQt6-Qt6!=6.6.1" "PyQt6!=6.6.1"
name: "Install PyQt6-Qt6!=6.6.1"
- run: pip install "PyQt6-Qt6!=6.6.1,!=6.6.2" "PyQt6!=6.6.1,!=6.6.2"
name: "Install PyQt6-Qt6"
if: matrix.qt == 'PyQt6'
- run: |
pip install -e .
Expand Down

0 comments on commit 8dcc795

Please sign in to comment.