Skip to content

Commit

Permalink
Activate spack env
Browse files Browse the repository at this point in the history
  • Loading branch information
koparasy committed Jun 3, 2024
1 parent 697a1eb commit b1a1006
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Run tests Torch=On FAISS=On HDF5=On AMS
run: |
cd build
spack env activate -p /ams-spack-env
env CTEST_OUTPUT_ON_FAILURE=1 make test
- name: Build CALIPER=Off Torch=Off FAISS=On HDF5=On AMS
shell: bash -l {0}
Expand Down Expand Up @@ -131,6 +132,7 @@ jobs:
- name: Run tests Torch=Off FAISS=On HDF5=On AMS
run: |
cd build
spack env activate -p /ams-spack-env
env CTEST_OUTPUT_ON_FAILURE=1 make test
- name: Build Torch=Off FAISS=Off HDF5=On AMS
shell: bash -l {0}
Expand Down Expand Up @@ -168,6 +170,7 @@ jobs:
- name: Run tests Torch=Off FAISS=Off HDF5=On AMS
run: |
cd build
spack env activate -p /ams-spack-env
make test
- name: Build Torch=Off FAISS=Off HDF5=Off AMS
shell: bash -l {0}
Expand Down Expand Up @@ -202,6 +205,7 @@ jobs:
- name: Run tests Torch=Off FAISS=Off HDF5=Off AMS
run: |
cd build
spack env activate -p /ams-spack-env
make test
build-cuda-tests:
Expand Down

0 comments on commit b1a1006

Please sign in to comment.