Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
43e7deb
1
Parent(s):
6ed57c8
Avoid Docker arm64 test in workflow
Browse files
.github/workflows/CI_docker_large_nightly.yml
CHANGED
@@ -20,7 +20,7 @@ jobs:
|
|
20 |
julia-version: ['1.8.0-rc1-buster']
|
21 |
python-version: ['3.9.10']
|
22 |
os: [ubuntu-latest]
|
23 |
-
arch: ['linux/x86_64', 'linux/amd64'
|
24 |
|
25 |
steps:
|
26 |
- uses: actions/[email protected]
|
|
|
20 |
julia-version: ['1.8.0-rc1-buster']
|
21 |
python-version: ['3.9.10']
|
22 |
os: [ubuntu-latest]
|
23 |
+
arch: ['linux/x86_64', 'linux/amd64']
|
24 |
|
25 |
steps:
|
26 |
- uses: actions/[email protected]
|