We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a444d commit 388c484Copy full SHA for 388c484
.github/workflows/python-app.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Python
28
uses: actions/setup-python@v5
29
with:
30
- python-version: 3.9
+ python-version: "3.9"
31
32
- name: Check Python version
33
run: python --version
0 commit comments