Skip to content

Commit

Permalink
Unskip macos-37-pip CI job & add upper/lower API version bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Dec 17, 2022
1 parent 3cb24d0 commit 38da4d0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,21 @@ jobs:
python-version: '3.7'
use-conda: 'Yes'
pyqt5-version: '5.9' # Test lower bound
pyqt6-version: '6.2' # Test lower bound
skip-pyside6: true # Test hangs
- os: windows-latest
python-version: '3.7'
use-conda: 'No'
pyqt6-version: 6.2 # Test lower bound
pyside6-version: 6.2 # Test lower bound
- os: windows-latest
python-version: '3.11'
use-conda: 'Yes'
skip-pyside6: true # Test hangs
- os: macos-latest
python-version: '3.7'
use-conda: 'No'
skip-pyside6: true # pytest-qt crashes on pytest startup under this environment
pyqt6-version: 6.4 # Test upper bound
pyside2-version: 5.15 # Test upper bound
steps:
- name: Checkout branch
uses: actions/checkout@v3
Expand Down

0 comments on commit 38da4d0

Please sign in to comment.