Skip to content

Commit 624d9f7

Browse files
authored
Update python_env.yml
1 parent 11855b2 commit 624d9f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python_env.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Python Environment
22

33
on:
44
# To run manually
5-
workflow_dispatch
5+
push
66

77
jobs:
88
setup:
@@ -12,9 +12,9 @@ jobs:
1212

1313
- name: Install Python dependencies
1414
run: |
15-
python -m pip install matplotlib scipy
15+
python -m pip install matplotlib numpy
1616
1717
- name: Hello World
1818
run: |
19-
python -c "import scipy as sp; print('Scipy version: '+sp.__version__)"
19+
python -c "import numpy as sp; print('Numpy version: '+np.__version__)"
2020
python -c "import matplotlib as mpl; print('Matplotlib version: '+mpl.__version__)"

0 commit comments

Comments
 (0)