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 4259eca commit 6f3f955Copy full SHA for 6f3f955
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
conda install -c conda-forge mamba=0.20.0
30
- name: Install dependencies
31
run: |
32
- mamba env update --file environment-test.yml --name base
+ mamba env update --file dev-environment.yml --name base
33
- name: Install current project in dev mode
34
35
pip install -e .
0 commit comments