Skip to content

Commit a9a2ffd

Browse files
authored
Update conda_env.yml
1 parent e6783f4 commit a9a2ffd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/conda_env.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@ jobs:
2020
run: |
2121
conda install scipy
2222
23+
- name: Hello World
24+
run: |
25+
python -c "import scipy as sp; print('Scipy version: '+sp.__version__)"
26+
2327

0 commit comments

Comments
 (0)