David Pomerenke
commited on
Commit
·
35d713b
1
Parent(s):
44748ce
Fix Python version
Browse files
.github/workflows/nightly-evals.yml
CHANGED
@@ -14,7 +14,7 @@ jobs:
|
|
14 |
- name: Set up Python
|
15 |
uses: actions/setup-python@v4
|
16 |
with:
|
17 |
-
python-version: '3.
|
18 |
|
19 |
- name: Install dependencies
|
20 |
run: |
|
|
|
14 |
- name: Set up Python
|
15 |
uses: actions/setup-python@v4
|
16 |
with:
|
17 |
+
python-version: '3.10'
|
18 |
|
19 |
- name: Install dependencies
|
20 |
run: |
|