Skip to content

Commit

Permalink
source spack
Browse files Browse the repository at this point in the history
  • Loading branch information
koparasy committed Jun 3, 2024
1 parent b1a1006 commit 6cd08cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 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
source /spack/share/spack/setup-env.sh
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
Expand Down Expand Up @@ -132,6 +133,7 @@ jobs:
- name: Run tests Torch=Off FAISS=On HDF5=On AMS
run: |
cd build
source /spack/share/spack/setup-env.sh
spack env activate -p /ams-spack-env
env CTEST_OUTPUT_ON_FAILURE=1 make test
- name: Build Torch=Off FAISS=Off HDF5=On AMS
Expand Down

0 comments on commit 6cd08cd

Please sign in to comment.