Skip to content

Commit

Permalink
ci: install jarvis
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Sep 21, 2024
1 parent af413f6 commit e46ed14
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/spack_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,5 @@ jobs:
spack external find python
spack install hermes_shm@master+vfd+mpiio^mpich
spack load hermes_shm@master+vfd+mpiio^mpich
ci/install_jarvis.sh
ci/install_hermes.sh
6 changes: 6 additions & 0 deletions ci/install_jarvis.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
git clone https://github.com/grc-iit/jarvis-cd
cd jarvis-cd
pip install -e . -r requirements.txt
cd ..

0 comments on commit e46ed14

Please sign in to comment.