Skip to content

Commit

Permalink
Fix wheel test job
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbowly committed May 20, 2024
1 parent b5ac411 commit 50e583e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- os: macos-latest
- python: "3.8"
python: "3.8"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 50e583e

Please sign in to comment.