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 537f512 commit c26a88fCopy full SHA for c26a88f
.github/workflows/ci_pip.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install Moose
29
run: |
30
31
- pip install pyneuroml scipy # missing(?) dependencies
+ pip install pyneuroml scipy pint # missing(?) dependencies
32
33
pip install pymoose
34
pip list
.github/workflows/ci_pre_pip.yml
pip install pymoose --pre
0 commit comments