Skip to content

Commit

Permalink
fix the path to spack.yaml in ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul committed Nov 20, 2023
1 parent 6a7a5e8 commit 38a075e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
git clone -c feature.manyFiles=true https://github.com/JCSDA/spack.git
source spack/share/spack/setup-env.sh
spack env create gsi-monitor-env spack.yaml
spack env create gsi-monitor-env gsi-monitor/ci/spack.yaml
spack env activate gsi-monitor-env
sudo apt install cmake
spack external find
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/intel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
git clone -c feature.manyFiles=true https://github.com/JCSDA/spack.git
source spack/share/spack/setup-env.sh
spack env create gsi-monitor-env spack.yaml
spack env create gsi-monitor-env gsi-monitor/ci/spack.yaml
spack env activate gsi-monitor-env
spack compiler find
sudo apt install cmake
Expand Down

0 comments on commit 38a075e

Please sign in to comment.