Skip to content

Commit 5edfd2e

Browse files
authored
versions are strings....
1 parent e0e139e commit 5edfd2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
strategy:
2222
matrix:
2323
CONDA_PY:
24-
- 3.12
25-
- 3.11
26-
- 3.10
24+
- "3.12"
25+
- "3.11"
26+
- "3.10"
2727

2828
steps:
2929
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)