Skip to content

Commit

Permalink
Merge pull request #262 from ales-erjavec/ci/constrain-pyqt6
Browse files Browse the repository at this point in the history
[MNT] CI: Constrain PyQt6-Qt6 version in tests
  • Loading branch information
ales-erjavec authored Dec 8, 2023
2 parents cc4feec + 8d74124 commit 74f4e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

- os: macos-12
python-version: "3.11"
test-env: "PyQt6~=6.2.3 PyQt6-WebEngine~=6.2.1"
test-env: "PyQt6~=6.2.3 PyQt6-Qt6~=6.2.3 PyQt6-WebEngine~=6.2.1 PyQt6-WebEngine-Qt6~=6.2.1"

- os: macos-12
python-version: "3.11"
Expand Down

0 comments on commit 74f4e41

Please sign in to comment.