We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 766e6aa commit 9526c8bCopy full SHA for 9526c8b
.github/workflows/test.yaml
@@ -17,17 +17,15 @@ jobs:
17
- uses: actions/checkout@v4
18
- uses: conda-incubator/setup-miniconda@v3
19
with:
20
- auto-update-conda: true
21
- python-version: ${{ matrix.python-version }}
+ miniforge-version: latest
22
- name: Conda info
23
- shell: bash -l {0}
24
run: conda info
25
- name: Conda list
26
- shell: pwsh
27
run: conda list
28
- name: setup_env
29
shell: bash -l {0}
30
run: |
+ shell: bash -l {0}
31
cd py_gnome
32
conda install --file conda_requirements.txt --file conda_requirements_build.txt --file conda_requirements_test.txt
33
conda list
0 commit comments