Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zkovari committed Oct 4, 2022
1 parent a28ca3f commit 082a15d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ jobs:
fail-fast: false
matrix:
pyqt: [ 'PyQt5', 'PyQt6', 'PySide2', 'PySide6' ]
os: [ubuntu-latest, macos-10.15]
os: [ ubuntu-latest ]
python-version: [ '3.7', '3.10' ]
include:
- python-version: '3.8'
pyqt: 'PyQt5'
os: ubuntu-latest
- python-version: '3.9'
pyqt: 'PyQt5'
os: ubuntu-latest
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 082a15d

Please sign in to comment.