Skip to content

Commit

Permalink
test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
idanpa committed Jan 16, 2025
1 parent 28c2ce3 commit 0fb2dbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
os: [ubuntu-latest,]
python-version: ["3.9", "3.12", "3.13"]
os: [windows-latest, ubuntu-latest,]
env:
DISPLAY: ":99.0"
QT_SELECT: "qt6"
Expand Down

0 comments on commit 0fb2dbd

Please sign in to comment.