forestav commited on
Commit
f30400e
·
1 Parent(s): 3d71aa9

update python version in cron job

Browse files
Files changed (1) hide show
  1. .github/workflows/actions.yml +1 -1
.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.9" # Match your Python version
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