Spaces:
Running
Running
update python version in cron job
Browse files
.github/workflows/actions.yml
CHANGED
@@ -19,7 +19,7 @@ jobs:
|
|
19 |
- name: Set up Python
|
20 |
uses: actions/setup-python@v4
|
21 |
with:
|
22 |
-
python-version: "3.
|
23 |
|
24 |
# Step 3: Install dependencies
|
25 |
- name: Install dependencies
|
|
|
19 |
- name: Set up Python
|
20 |
uses: actions/setup-python@v4
|
21 |
with:
|
22 |
+
python-version: "3.12" # Match your Python version
|
23 |
|
24 |
# Step 3: Install dependencies
|
25 |
- name: Install dependencies
|