Improve organization of CI workflow scripts and pip requirements (#45037)
This commit is contained in:
8
.github/workflows/bin/bootstrap-test.sh
vendored
Executable file
8
.github/workflows/bin/bootstrap-test.sh
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
source share/spack/setup-env.sh
|
||||
$PYTHON bin/spack bootstrap disable github-actions-v0.4
|
||||
$PYTHON bin/spack bootstrap disable spack-install
|
||||
$PYTHON bin/spack $SPACK_FLAGS solve zlib
|
||||
tree $BOOTSTRAP/store
|
||||
exit 0
|
Reference in New Issue
Block a user