Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
haampie committed Dec 8, 2023
1 parent 0391891 commit 18922c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
run: spack --version
- name: Check build cache config
run: spack config blame mirrors
- name: Check spack-bash shell
- name: Check build cache install in active env with spack-bash shell
shell: spack-bash {0}
run: |
spack env activate
spack env status
spack install --add --cache-only --no-check-signature python
which python3
python3 -c 'print("hello world")'
- name: Check spack-sh shell
shell: spack-sh {0}
run: |
spack env activate
spack env status
- name: Test install from build cache
run: spack install --reuse --no-check-signature --cache-only python
spack env status

0 comments on commit 18922c4

Please sign in to comment.