Skip to content

Commit

Permalink
Update findsim.yml
Browse files Browse the repository at this point in the history
setting up to install moose-core from git to get the latest version
  • Loading branch information
hrani authored Mar 22, 2024
1 parent 871fd9e commit 61736ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/findsim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# Runs a set of commands using the runners shell
- name: Build
run: |
python -m pip install pymoose --pre --upgrade
python -m pip install git+https://github.com/BhallaLab/moose-core.git
python -m pip install jsonschema
- name: Test scripts
run: ./test.sh
Expand Down

0 comments on commit 61736ee

Please sign in to comment.