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 2d546a2 commit dcfca83Copy full SHA for dcfca83
.github/workflows/findsim.yml
@@ -38,12 +38,11 @@ jobs:
38
export DEBIAN_FRONTEND=noninteractive
39
sudo -E apt install python3-tk
40
python -m pip install numpy matplotlib --user
41
+ python -m pip install pybind11[global]
42
# Runs a set of commands using the runners shell
43
- name: Build
44
run: |
- git clone https://github.com/BhallaLab/moose-core.git
45
- cd moose-core
46
- python -m pip install .
+ python -m pip install git+https://github.com/BhallaLab/moose-core.git
47
python -m pip install jsonschema
48
- name: Test scripts
49
run: ./test.sh
0 commit comments