Skip to content

Commit 8f8e305

Browse files
committed
more fixes
1 parent d18822e commit 8f8e305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,14 @@ jobs:
189189
shell: bash -l {0}
190190
run: |
191191
echo -e "channels:\n - conda-forge\n" > .condarc
192-
sed '/- python/d' binder/environment.yml
192+
sed '/- python/d' binder/environment.yml > environment.yml
193193
- name: Setup Mambaforge
194194
uses: conda-incubator/setup-miniconda@v3
195195
with:
196196
python-version: ${{ matrix.python-version }}
197197
miniforge-version: latest
198198
condarc-file: .condarc
199-
environment-file: binder/environment.yml
199+
environment-file: environment.yml
200200
- name: Test
201201
shell: bash -l {0}
202202
timeout-minutes: 30

0 commit comments

Comments
 (0)