diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23801377..089e12d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 .