Skip to content

Commit

Permalink
updating spack.yaml for testing and test.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Dec 11, 2023
1 parent 48f635e commit e1647d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup spack
uses: spack/setup-spack@v2
uses: spack/setup-spack@v2.1.1
with:
ref: develop
color: true
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Install spack environment
run: |
spack -e tests install --no-check-signature
spack -e tests install
- name: Show spack-installed packages for debugging
run: |
Expand Down
2 changes: 1 addition & 1 deletion tests/spack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spack:
- mercury~checksum~boostsys ^libfabric fabrics=tcp,rxm
concretizer:
unify: true
reuse: false
reuse: true
modules:
prefix_inspections:
lib: [LD_LIBRARY_PATH]
Expand Down

0 comments on commit e1647d7

Please sign in to comment.