We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6e6aa commit 175e13eCopy full SHA for 175e13e
.github/workflows/test.yml
@@ -51,7 +51,8 @@ jobs:
51
run: |
52
if [[ "${{ matrix.os }}" == "ubuntu-24.04" ]]; then
53
# Force push quandary package
54
- spack -e .spack_env buildcache push -f --base-image ubuntu:24.04 --update-index local-buildcache
+ spack -e .spack_env buildcache push -f --base-image ubuntu:24.04 --update-index local-buildcache quandary
55
+ spack -e .spack_env buildcache push --base-image ubuntu:24.04 --update-index local-buildcache
56
else
57
spack -e .spack_env buildcache push --update-index local-buildcache
58
fi
0 commit comments