Skip to content

Commit

Permalink
improved github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorier committed Dec 11, 2023
1 parent 36a6faf commit 844ba79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
ref: develop
color: true
path: spack
- run: spack install --no-check-signature --reuse python

- name: Find external packages
run: |
Expand All @@ -33,6 +32,7 @@ jobs:
spack -e tests external find --not-buildable autoconf
spack -e tests external find --not-buildable automake
spack -e tests external find --not-buildable pkg-config
spack -e tests external find --not-buildable gmake
- name: Add mochi-spack-packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
ref: develop
color: true
path: spack
- run: spack install --no-check-signature --reuse python

- name: Find external packages
run: |
Expand All @@ -38,6 +37,7 @@ jobs:
spack -e tests external find --not-buildable autoconf
spack -e tests external find --not-buildable automake
spack -e tests external find --not-buildable pkg-config
spack -e tests external find --not-buildable gmake
- name: Add mochi-spack-packages
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
ref: develop
color: true
path: spack
- run: spack install --no-check-signature --reuse python

- name: Find external packages
run: |
Expand All @@ -34,6 +33,7 @@ jobs:
spack -e tests external find --not-buildable autoconf
spack -e tests external find --not-buildable automake
spack -e tests external find --not-buildable pkg-config
spack -e tests external find --not-buildable gmake
- name: Add mochi-spack-packages
run: |
Expand Down

0 comments on commit 844ba79

Please sign in to comment.