Skip to content

Commit 2d546a2

Browse files
authored
Update findsim.yml
update to clone and compile moose
1 parent 95e35cc commit 2d546a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/findsim.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
# Runs a set of commands using the runners shell
4242
- name: Build
4343
run: |
44-
python -m pip install git+https://github.com/BhallaLab/moose-core.git
44+
git clone https://github.com/BhallaLab/moose-core.git
45+
cd moose-core
46+
python -m pip install .
4547
python -m pip install jsonschema
4648
- name: Test scripts
4749
run: ./test.sh

0 commit comments

Comments
 (0)