Skip to content

Commit f0d73b3

Browse files
authored
Update main.yml
1 parent 8626932 commit f0d73b3

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,11 @@ jobs:
112112
run: |
113113
source activate.sh
114114
clone_github MEPHIT
115-
source scripts/setup/mephit.sh
115+
source /etc/profile.d/modules.sh
116+
module use -a $CODE/modules
117+
module load mephit
118+
cd MEPHIT
119+
$CODE/scripts/checkout_branch.sh $CODE_BRANCH
120+
make
121+
pip install -e .
122+

0 commit comments

Comments
 (0)