Skip to content

Commit 17cd6ca

Browse files
authored
Fix YAML syntax for Python version exclusion
1 parent 6717c83 commit 17cd6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: [ubuntu-latest, macos-latest ]
2020
exclude:
2121
- runs-on: macos-latest
22-
python-version: ["3.9"]
22+
python-version: "3.9"
2323

2424
steps:
2525
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)