Spaces:
Running
Running
lucabadiali
commited on
Commit
·
f941b84
1
Parent(s):
7c7f721
AA
Browse files
.github/workflows/python-app.yml
CHANGED
|
@@ -19,10 +19,10 @@ jobs:
|
|
| 19 |
|
| 20 |
steps:
|
| 21 |
- uses: actions/checkout@v4
|
| 22 |
-
- name: Set up Python 3.
|
| 23 |
uses: actions/setup-python@v3
|
| 24 |
with:
|
| 25 |
-
python-version: "3.
|
| 26 |
- name: Install dependencies
|
| 27 |
run: |
|
| 28 |
python3 -m pip install --upgrade pip
|
|
|
|
| 19 |
|
| 20 |
steps:
|
| 21 |
- uses: actions/checkout@v4
|
| 22 |
+
- name: Set up Python 3.11
|
| 23 |
uses: actions/setup-python@v3
|
| 24 |
with:
|
| 25 |
+
python-version: "3.11"
|
| 26 |
- name: Install dependencies
|
| 27 |
run: |
|
| 28 |
python3 -m pip install --upgrade pip
|