summaryrefslogtreecommitdiff
path: root/.github/workflows/bootstrap.yml
diff options
context:
space:
mode:
authorAlec Scott <hi@alecbcs.com>2024-07-09 04:46:09 +0200
committerGitHub <noreply@github.com>2024-07-09 04:46:09 +0200
commit7c5fbee327f7735e1ac5a7cf1a55a292428f0690 (patch)
treed6ac8920ce70324b5b7cef0dcd51ceed73c0f7b0 /.github/workflows/bootstrap.yml
parentb19c4cdcf66beb1c2386bec64e8071bc6d559ab1 (diff)
downloadspack-7c5fbee327f7735e1ac5a7cf1a55a292428f0690.tar.gz
spack-7c5fbee327f7735e1ac5a7cf1a55a292428f0690.tar.bz2
spack-7c5fbee327f7735e1ac5a7cf1a55a292428f0690.tar.xz
spack-7c5fbee327f7735e1ac5a7cf1a55a292428f0690.zip
Improve organization of CI workflow scripts and pip requirements (#45037)
Diffstat (limited to '.github/workflows/bootstrap.yml')
-rw-r--r--.github/workflows/bootstrap.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml
index 25e74d38bc..4002b1b9ea 100644
--- a/.github/workflows/bootstrap.yml
+++ b/.github/workflows/bootstrap.yml
@@ -152,7 +152,7 @@ jobs:
not_found=0
old_path="$PATH"
export PATH="$ver_dir:$PATH"
- ./bin/spack-tmpconfig -b ./.github/workflows/bootstrap-test.sh
+ ./bin/spack-tmpconfig -b ./.github/workflows/bin/bootstrap-test.sh
export PATH="$old_path"
fi
fi
@@ -166,4 +166,3 @@ jobs:
source share/spack/setup-env.sh
spack -d gpg list
tree ~/.spack/bootstrap/store/
-