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 168166c commit 47f26e1Copy full SHA for 47f26e1
.github/workflows/conda_deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
uses: conda-incubator/setup-miniconda@v3
30
with:
31
python-version: ${{ matrix.python-version }}
32
- environment-file: .conda/environment.yml
+ environment-file: conda/environment.yml
33
auto-update-conda: false
34
auto-activate-base: false
35
show-channel-urls: true
0 commit comments