Skip to content

Commit 03262f7

Browse files
authored
Merge pull request #149 from OpenSourceBrain/test_pyversions
Don't use brackets in exclude spec
2 parents 432024f + e9bd02e commit 03262f7

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)