From 8dcc79559c4e7f235c90653809571f6f6c287fdc Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Fri, 1 Mar 2024 11:26:41 -0500 Subject: [PATCH] MAINT: Fix CIs --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 .