Skip to content

Commit 9526c8b

Browse files
proper miniforge setup
1 parent 766e6aa commit 9526c8b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,15 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- uses: conda-incubator/setup-miniconda@v3
1919
with:
20-
auto-update-conda: true
21-
python-version: ${{ matrix.python-version }}
20+
miniforge-version: latest
2221
- name: Conda info
23-
shell: bash -l {0}
2422
run: conda info
2523
- name: Conda list
26-
shell: pwsh
2724
run: conda list
2825
- name: setup_env
2926
shell: bash -l {0}
3027
run: |
28+
shell: bash -l {0}
3129
cd py_gnome
3230
conda install --file conda_requirements.txt --file conda_requirements_build.txt --file conda_requirements_test.txt
3331
conda list

0 commit comments

Comments
 (0)