There was an error while loading. Please reload this page.
1 parent 2e2208c commit cfe5dcbCopy full SHA for cfe5dcb
2 files changed
.github/workflows/conda.yml
@@ -16,9 +16,9 @@ jobs:
16
uses: conda-incubator/setup-miniconda@v2
17
with:
18
auto-update-conda: true
19
- activate-environment: test-env
+ activate-environment: build-env
20
python-version: 3.11
21
- # environment-file: recipe/environment.yml
+ environment-file: recipe/env.yaml
22
use-mamba: true
23
- name: Build recipe
24
run: |
recipe/env.yaml
@@ -0,0 +1,6 @@
1
+name: build-env
2
+channels:
3
+ - conda-forge
4
+dependencies:
5
+ - conda-build
6
+ - anaconda-client
0 commit comments