Skip to content

Commit a9d469c

Browse files
chore(ci): use single quotes
1 parent 64df9df commit a9d469c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Python
2828
uses: actions/[email protected]
2929
with:
30-
python-version: "3.10.0"
30+
python-version: '3.10.0'
3131
cache: pipenv
3232
- name: Install Node dependencies
3333
run: npm ci

0 commit comments

Comments
 (0)