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 d18822e commit 8f8e305Copy full SHA for 8f8e305
.github/workflows/pipeline.yml
@@ -189,14 +189,14 @@ jobs:
189
shell: bash -l {0}
190
run: |
191
echo -e "channels:\n - conda-forge\n" > .condarc
192
- sed '/- python/d' binder/environment.yml
+ sed '/- python/d' binder/environment.yml > environment.yml
193
- name: Setup Mambaforge
194
uses: conda-incubator/setup-miniconda@v3
195
with:
196
python-version: ${{ matrix.python-version }}
197
miniforge-version: latest
198
condarc-file: .condarc
199
- environment-file: binder/environment.yml
+ environment-file: environment.yml
200
- name: Test
201
202
timeout-minutes: 30
0 commit comments