We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83998fb commit 936c516Copy full SHA for 936c516
.github/workflows/cicd.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Python 3.10
28
uses: actions/setup-python@v4
29
with:
30
- python-version: 3.10
+ python-version: "3.10"
31
cache: pip
32
- name: Install dependencies
33
run: |
0 commit comments