Skip to content

Commit

Permalink
TST: use default py311 labels
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Oct 28, 2022
1 parent 1dfbd83 commit 425c176
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ jobs:
- linux: py310-test-pyside63
- linux: py310-test-pyqt63-all
- linux: py310-test-pyqt64-all
- name: Python 3.11 with PyQt5.14 (Linux)
linux: py311-test-pyqt514
- linux: py311-test-pyqt514
# Documentation build
- linux: py38-docs-pyqt514
Expand All @@ -61,19 +60,16 @@ jobs:
- macos: py310-test-pyqt515
- macos: py310-test-pyside63
- macos: py310-test-pyqt64
- name: Python 3.11 with PyQt5.15 (macOS)
macos: py311-test-pyqt515
- macos: py311-test-pyqt515
# Test some configurations on Windows
- windows: py38-test-pyqt514
- windows: py310-test-pyqt63
- name: Python 3.11 with PyQt5.15 (Windows)
windows: py311-test-pyqt515
- windows: py311-test-pyqt515
# Test against latest developer versions of some packages
- linux: py310-test-pyqt515-dev-all
- name: Python 3.11 with PyQt6.4 (Linux)
linux: py311-test-pyqt64-dev
- linux: py311-test-pyqt64-dev
allowed_failures:
needs: initial_checks
Expand All @@ -96,10 +92,8 @@ jobs:
# and https://github.com/matplotlib/matplotlib/issues/24155
- linux: py310-test-pyside64
- windows: py310-test-pyside64
- name: Python 3.11 with PySide6 (Linux)
linux: py311-test-pyside64
- name: Python 3.11 with PySide6 6.4 (macOS)
macos: py311-test-pyside64
- linux: py311-test-pyside64
- macos: py311-test-pyside64
# Windows docs build
- windows: py310-docs-pyqt515
Expand Down

0 comments on commit 425c176

Please sign in to comment.