Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
6e4300b
1
Parent(s):
4409325
Fix pyenv version in docker CI
Browse files
.github/workflows/CI_docker_large_nightly.yml
CHANGED
@@ -18,7 +18,7 @@ jobs:
|
|
18 |
fail-fast: false
|
19 |
matrix:
|
20 |
julia-version: ['1.7.1']
|
21 |
-
python-version: ['3.9']
|
22 |
os: [ubuntu-latest]
|
23 |
arch: ['linux/x86_64', 'linux/amd64', 'linux/aarch64']
|
24 |
|
|
|
18 |
fail-fast: false
|
19 |
matrix:
|
20 |
julia-version: ['1.7.1']
|
21 |
+
python-version: ['3.9.10']
|
22 |
os: [ubuntu-latest]
|
23 |
arch: ['linux/x86_64', 'linux/amd64', 'linux/aarch64']
|
24 |
|