Skip to content

Commit cfe5dcb

Browse files
committed
add env.yaml
1 parent 2e2208c commit cfe5dcb

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
uses: conda-incubator/setup-miniconda@v2
1717
with:
1818
auto-update-conda: true
19-
activate-environment: test-env
19+
activate-environment: build-env
2020
python-version: 3.11
21-
# environment-file: recipe/environment.yml
21+
environment-file: recipe/env.yaml
2222
use-mamba: true
2323
- name: Build recipe
2424
run: |

recipe/env.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: build-env
2+
channels:
3+
- conda-forge
4+
dependencies:
5+
- conda-build
6+
- anaconda-client

0 commit comments

Comments
 (0)