Skip to content

Commit 8f54a18

Browse files
authored
Update conda_env.yml
1 parent e5471ac commit 8f54a18

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/conda_env.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,12 @@ jobs:
88
setup:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: conda-incubator/setup-miniconda@v2
11+
- uses: conda-incubator/setup-miniconda@v3
1212
with:
1313
miniconda-version: "latest"
1414
channels: conda-forge, defaults
1515
activate-environment: scipy
1616
python-version: 3.10
17-
18-
- name: Install conda packages
17+
- name: Conda list
1918
shell: pwsh
20-
run: |
21-
conda install scipy
22-
23-
- name: Hello World
24-
run: |
25-
python -c "import scipy as sp; print('Scipy version: '+sp.__version__)"
19+
run: conda list

0 commit comments

Comments
 (0)