We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 624d9f7 commit 7e46983Copy full SHA for 7e46983
.github/workflows/python_env.yml
@@ -16,5 +16,5 @@ jobs:
16
17
- name: Hello World
18
run: |
19
- python -c "import numpy as sp; print('Numpy version: '+np.__version__)"
+ python -c "import numpy as np; print('Numpy version: '+np.__version__)"
20
python -c "import matplotlib as mpl; print('Matplotlib version: '+mpl.__version__)"
0 commit comments