File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - name : Install
2727 run : |
2828 spack -e . env depfile -o Makefile
29- make -Orecurse -j $(($(nproc) + 1)) SPACK_INSTALL_FLAGS=--no-check-signature
29+ make -Orecurse -j $(($(nproc) + 1))
3030
3131 - name : Push packages and update index
3232 env :
Original file line number Diff line number Diff line change 5252 run : spack -e . concretize
5353
5454 - name : Install
55- run : spack -e . install --no-check-signature
55+ run : spack -e . install
5656
5757 - name : Run
5858 run : ./my_view/bin/python3 -c 'print("hello world")'
@@ -125,7 +125,7 @@ jobs:
125125 run: spack -e . concretize
126126
127127 - name: Install
128- run: spack -e . install --no-check-signature
128+ run: spack -e . install
129129
130130 - name: Push packages and update index
131131 run: spack -e . buildcache push --base-image ubuntu:22.04 --update-index local-buildcache
You can’t perform that action at this time.
0 commit comments