There was an error while loading. Please reload this page.
1 parent cfe5dcb commit a5fbe22Copy full SHA for a5fbe22
1 file changed
.github/workflows/conda.yml
@@ -16,12 +16,13 @@ jobs:
16
uses: conda-incubator/setup-miniconda@v2
17
with:
18
auto-update-conda: true
19
- activate-environment: build-env
+ # activate-environment: build-env
20
python-version: 3.11
21
environment-file: recipe/env.yaml
22
use-mamba: true
23
- name: Build recipe
24
run: |
25
+ conda activate build-env
26
conda-build recipe --output-folder output
27
# - name: Upload artifacts
28
# uses: actions/upload-artifact@v2
0 commit comments