Skip to content

Commit

Permalink
Explicitly call out ramble and spack environment modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
alecbcs committed Nov 8, 2023
1 parent 7f2bb73 commit bcecef7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
export SPACK_DISABLE_LOCAL_CONFIG=1
. workspace/saxpy/openmp/x86/spack/share/spack/setup-env.sh
. workspace/saxpy/openmp/x86/ramble/share/ramble/setup-env.sh
env > "$GITHUB_ENV"
env | grep SPACK >> "$GITHUB_ENV"
env | grep SPACK >> "$GITHUB_ENV"
echo $PATH >> "$GITHUB_ENV"
- name: Setup Saxpy Workspace
run: |
Expand Down

0 comments on commit bcecef7

Please sign in to comment.