Skip to content

Commit 06d465d

Browse files
committed
ci: fix typo in python setup action
1 parent 88ee95a commit 06d465d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/checkout@v2
9595
- uses: actions/setup-python@v2
9696
with:
97-
python-version: 3.10
97+
python-version: "3.10"
9898
- name: Install dependencies
9999
run: |
100100
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)