Skip to content

Commit e6783f4

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

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/conda_env.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ jobs:
1515
activate-environment: scipy
1616
python-version: 3.9
1717

18+
- name: Install conda packages
19+
shell: pwsh
20+
run: |
21+
conda install scipy
22+
1823

0 commit comments

Comments
 (0)