Skip to content

Commit

Permalink
try ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Apr 30, 2024
1 parent 3c2eadc commit 2e415a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ jobs:
uses: pyapp-kit/workflows/.github/workflows/test-pyrepo.yml@v1
secrets: inherit
with:
os: macos-latest
os: ubuntu-latest
python-version: "3.10"
pip-post-installs: ${{ matrix.post }}
pytest-args: '-k Py'
qt: ${{ matrix.qt }}
pytest-args: "-k Py"
pip-install-pre-release: ${{ github.event_name == 'schedule' }}
report-failures: ${{ github.event_name == 'schedule' }}
strategy:
fail-fast: false
matrix:
post: ['PyQt5', 'PyQt6', 'PySide2', 'PySide6']
qt: ["PyQt5", "PyQt6", "PySide2", "PySide6"]

deploy:
name: Deploy
Expand Down

0 comments on commit 2e415a7

Please sign in to comment.