Skip to content

Commit ead9615

Browse files
committed
ci: quote python version as 3.10 could become 3.1 otherwise
1 parent 3563c51 commit ead9615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Set up Python ${{ matrix.python-version }}
5454
uses: actions/setup-python@v3
5555
with:
56-
python-version: ${{ matrix.python-version }}
56+
python-version: "${{ matrix.python-version }}"
5757

5858
- name: Install dependencies
5959
run: |

0 commit comments

Comments
 (0)