Skip to content

Commit fa977fe

Browse files
committed
ci: put python version between quote marks because YAML
1 parent 7f6f1ae commit fa977fe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
strategy:
2121
matrix:
2222
python-version:
23-
- 3.7
24-
- 3.8
25-
- 3.9
26-
- 3.10
23+
- "3.7"
24+
- "3.8"
25+
- "3.9"
26+
- "3.10"
2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)