Skip to content

Commit 175e13e

Browse files
committed
Fix workflow buildcache push to only force push quandary and not other dependencies
1 parent 6e6e6aa commit 175e13e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
run: |
5252
if [[ "${{ matrix.os }}" == "ubuntu-24.04" ]]; then
5353
# Force push quandary package
54-
spack -e .spack_env buildcache push -f --base-image ubuntu:24.04 --update-index local-buildcache
54+
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
5556
else
5657
spack -e .spack_env buildcache push --update-index local-buildcache
5758
fi

0 commit comments

Comments
 (0)