ソースを参照

Run PyQt4 test on CI

Kentaro Wada 3 年 前
コミット
54eadef16a
1 ファイル変更2 行追加2 行削除
  1. 2 2
      .github/workflows/ci.yml

+ 2 - 2
.github/workflows/ci.yml

@@ -95,7 +95,7 @@ jobs:
 
     - name: Test with pytest
       shell: bash -l {0}
-      if: matrix.os != 'windows-latest' && matrix.PYTEST_QT_API != 'pyqt4v2'
+      if: matrix.os != 'windows-latest'
       env:
         PYTEST_QT_API: ${{ matrix.PYTEST_QT_API }}
       run: |
@@ -112,7 +112,7 @@ jobs:
 
     - name: Run examples
       shell: bash -l {0}
-      if: matrix.os != 'windows-latest' && matrix.PYTEST_QT_API != 'pyqt4v2'
+      if: matrix.os != 'windows-latest'
       env:
         MPLBACKEND: agg
       run: |