Skip to content

Commit

Permalink
Merge pull request #204 from ales-erjavec/ci/fix-test-env
Browse files Browse the repository at this point in the history
ci: Use qasync<0.19 when testing with PyQt5 5.9
  • Loading branch information
ales-erjavec committed Aug 31, 2021
2 parents 6a72630 + 941566c commit 429046a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Linux
- os: ubuntu-16.04
python-version: 3.6
test-env: "PyQt5~=5.9.2"
test-env: "PyQt5~=5.9.2 qasync<0.19.0"

- os: ubuntu-18.04
python-version: 3.7
Expand All @@ -36,7 +36,7 @@ jobs:
# macOS
- os: macos-10.15
python-version: 3.6
test-env: "PyQt5~=5.9.2"
test-env: "PyQt5~=5.9.2 qasync<0.19.0"

- os: macos-10.15
python-version: 3.7
Expand Down

0 comments on commit 429046a

Please sign in to comment.