We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c61c3ba commit 4f5ffc3Copy full SHA for 4f5ffc3
.github/workflows/python-app.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Python
23
uses: actions/setup-python@v3
24
with:
25
- python-version: "3.x"
+ python-version: "3.9"
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
0 commit comments