Skip to content

Commit

Permalink
Python version in nighly exclude should be string
Browse files Browse the repository at this point in the history
  • Loading branch information
ToveRumar committed Dec 5, 2024
1 parent 38b449c commit 4a681d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: ["3.10", "3.11", "3.12", "3.13"]
exclude:
- os: lab-mac
python-version: ["3.13"]
python-version: "3.13"

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 4a681d1

Please sign in to comment.