Skip to content

Commit 2af0f5b

Browse files
authored
Update python-package.yml
1 parent 48cd037 commit 2af0f5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
name: Unit Test COSMIC
55

6-
on: [pull_request]
6+
on: [pull_request, push]
77

88
jobs:
99
build:
@@ -34,6 +34,7 @@ jobs:
3434
run: |
3535
sudo apt-get update
3636
sudo apt-get install gfortran swig libhdf5-serial-dev
37+
pip install numpy
3738
pip install -r requirements.txt
3839
pip install .
3940
- name: Lint with flake8

0 commit comments

Comments
 (0)