We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e35cc commit 2d546a2Copy full SHA for 2d546a2
.github/workflows/findsim.yml
@@ -41,7 +41,9 @@ jobs:
41
# Runs a set of commands using the runners shell
42
- name: Build
43
run: |
44
- python -m pip install git+https://github.com/BhallaLab/moose-core.git
+ git clone https://github.com/BhallaLab/moose-core.git
45
+ cd moose-core
46
+ python -m pip install .
47
python -m pip install jsonschema
48
- name: Test scripts
49
run: ./test.sh
0 commit comments