We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a22237 commit 0303e8fCopy full SHA for 0303e8f
.github/workflows/python.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Python 3
15
uses: actions/setup-python@v3
16
with:
17
- python-version: 3.10
+ python-version: "3.10"
18
- name: Install dependencies
19
run: |
20
python -m pip install --upgrade pip
0 commit comments