We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b84e24 commit d6568d9Copy full SHA for d6568d9
.github/workflows/python-app.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Set up Python 3
17
uses: actions/setup-python@v3
18
with:
19
- python-version: "3.11"
+ python-version: "3.8"
20
- name: Install dependencies
21
run: |
22
python -m pip install --upgrade pip
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
47
0 commit comments