summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a985e4e70..ae5e95cdf 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -139,9 +139,9 @@ jobs:
os: ubuntu-20.04
python: 3.9
### PyQt 6.4 (Python 3.9)
- - testenv: py39-pyqt64
- os: ubuntu-20.04
- python: 3.9
+ # - testenv: py39-pyqt64
+ # os: ubuntu-20.04
+ # python: 3.9
### macOS Big Sur: PyQt 5.15 (Python 3.9 to match PyInstaller env)
- testenv: py39-pyqt515
os: macos-11