Skip to content

Commit

Permalink
Update findsim.yml
Browse files Browse the repository at this point in the history
install pybind11 via pip global
  • Loading branch information
hrani authored May 28, 2024
1 parent 2d546a2 commit dcfca83
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/findsim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,11 @@ jobs:
export DEBIAN_FRONTEND=noninteractive
sudo -E apt install python3-tk
python -m pip install numpy matplotlib --user
python -m pip install pybind11[global]
# Runs a set of commands using the runners shell
- name: Build
run: |
git clone https://github.com/BhallaLab/moose-core.git
cd moose-core
python -m pip install .
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 dcfca83

Please sign in to comment.