Skip to content

Commit

Permalink
pin in tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Mar 6, 2024
1 parent 4b5a113 commit fd6f047
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ jobs:
include:
- python-version: "3.10"
platform: macos-latest
backend: pyside6
backend: "pyside6!=6.6.2"
- python-version: "3.11"
platform: macos-latest
backend: pyside6
backend: "pyside6!=6.6.2"
- python-version: "3.10"
platform: windows-latest
backend: pyside6
backend: "pyside6!=6.6.2"
- python-version: "3.11"
platform: windows-latest
backend: pyside6
backend: "pyside6!=6.6.2"

- python-version: "3.12"
platform: macos-latest
Expand Down

0 comments on commit fd6f047

Please sign in to comment.