We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3203d commit c12e51fCopy full SHA for c12e51f
.github/workflows/testing.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: conda-incubator/setup-miniconda@v3
31
with:
32
activate-environment: condiga
33
- environment-file: environment.yml
+ environment-file: build/environment.yml
34
python-version: ${{ matrix.python-version }}
35
auto-activate-base: false
36
0 commit comments