Skip to content

Commit 4a681d1

Browse files
committed
Python version in nighly exclude should be string
1 parent 38b449c commit 4a681d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: ["3.10", "3.11", "3.12", "3.13"]
1616
exclude:
1717
- os: lab-mac
18-
python-version: ["3.13"]
18+
python-version: "3.13"
1919

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

0 commit comments

Comments
 (0)