We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64df9df commit a9d469cCopy full SHA for a9d469c
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Setup Python
28
uses: actions/[email protected]
29
with:
30
- python-version: "3.10.0"
+ python-version: '3.10.0'
31
cache: pipenv
32
- name: Install Node dependencies
33
run: npm ci
0 commit comments