Skip to content

Commit b23f466

Browse files
committed
setup spack properly
1 parent 70391d0 commit b23f466

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/integration.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ jobs:
4141
package: ${{ fromJSON(needs.scan.outputs.packages) }} # list of spack intergration test packages to run
4242
fail-fast: true
4343
steps:
44+
- name: "Add Integration test repo"
45+
run: |
46+
. share/spack/setup-env.sh
47+
spack repo add https://github.com/johnwparent/test-spack-smoke-repo.git
4448
- name: "Spack install"
4549
run: |
50+
. share/spack/setup-env.sh
4651
spack install ${{ matrix.package }}

0 commit comments

Comments
 (0)