We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1019757 commit a18c91eCopy full SHA for a18c91e
.github/workflows/python-app.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Python 3.10
20
uses: actions/setup-python@v2
21
with:
22
- python-version: 3.10
+ python-version: "3.10"
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
0 commit comments