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 6a915a8 commit 11e5560Copy full SHA for 11e5560
.github/workflows/python.yaml
@@ -45,7 +45,7 @@ jobs:
45
- name: setup
46
uses: actions/setup-python@v4
47
with:
48
- python-version: 3.10
+ python-version: "3.10"
49
- name: install
50
run: |
51
python -m pip install --upgrade pip
0 commit comments