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 e896099 commit 6a40797Copy full SHA for 6a40797
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Python 3.10
19
uses: actions/setup-python@v5
20
with:
21
- python-version: 3.10
+ python-version: "3.10"
22
- name: Versions
23
run: |
24
python3 --version
0 commit comments