Skip to content

Commit dcfca83

Browse files
authored
Update findsim.yml
install pybind11 via pip global
1 parent 2d546a2 commit dcfca83

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/findsim.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@ jobs:
3838
export DEBIAN_FRONTEND=noninteractive
3939
sudo -E apt install python3-tk
4040
python -m pip install numpy matplotlib --user
41+
python -m pip install pybind11[global]
4142
# Runs a set of commands using the runners shell
4243
- name: Build
4344
run: |
44-
git clone https://github.com/BhallaLab/moose-core.git
45-
cd moose-core
46-
python -m pip install .
45+
python -m pip install git+https://github.com/BhallaLab/moose-core.git
4746
python -m pip install jsonschema
4847
- name: Test scripts
4948
run: ./test.sh

0 commit comments

Comments
 (0)