Skip to content

Commit ddebb11

Browse files
author
Dilawar Singh
committed
Added missing dependencies.
1 parent 347353b commit ddebb11

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pymoose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
export DEBIAN_FRONTEND=noninteractive
22-
sudo -E apt install -y cmake libgsl-dev g++ gcc git
22+
sudo -E apt install -y cmake libgsl-dev g++ gcc git
23+
sudo -E apt install -y python-numpy python3-numpy
24+
sudo -E apt install -y python-matplotlib python3-matplotlib
2325
- name: Build
2426
run: |
2527
python setup.py install test

0 commit comments

Comments
 (0)