Skip to content

Commit 7e46983

Browse files
authored
Update python_env.yml
1 parent 624d9f7 commit 7e46983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
1717
- name: Hello World
1818
run: |
19-
python -c "import numpy as sp; print('Numpy version: '+np.__version__)"
19+
python -c "import numpy as np; print('Numpy version: '+np.__version__)"
2020
python -c "import matplotlib as mpl; print('Matplotlib version: '+mpl.__version__)"

0 commit comments

Comments
 (0)