Skip to content

Commit 47f26e1

Browse files
committed
Fix error in conda build
1 parent 168166c commit 47f26e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: conda-incubator/setup-miniconda@v3
3030
with:
3131
python-version: ${{ matrix.python-version }}
32-
environment-file: .conda/environment.yml
32+
environment-file: conda/environment.yml
3333
auto-update-conda: false
3434
auto-activate-base: false
3535
show-channel-urls: true

0 commit comments

Comments
 (0)