Skip to content

Commit c26a88f

Browse files
committed
Have some pints...
1 parent 537f512 commit c26a88f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Moose
2929
run: |
3030
31-
pip install pyneuroml scipy # missing(?) dependencies
31+
pip install pyneuroml scipy pint # missing(?) dependencies
3232
3333
pip install pymoose
3434
pip list

.github/workflows/ci_pre_pip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Moose
2929
run: |
3030
31-
pip install pyneuroml scipy # missing(?) dependencies
31+
pip install pyneuroml scipy pint # missing(?) dependencies
3232
3333
pip install pymoose --pre
3434
pip list

0 commit comments

Comments
 (0)