Skip to content

Commit a5fbe22

Browse files
committed
fix
1 parent cfe5dcb commit a5fbe22

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/conda.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ jobs:
1616
uses: conda-incubator/setup-miniconda@v2
1717
with:
1818
auto-update-conda: true
19-
activate-environment: build-env
19+
# activate-environment: build-env
2020
python-version: 3.11
2121
environment-file: recipe/env.yaml
2222
use-mamba: true
2323
- name: Build recipe
2424
run: |
25+
conda activate build-env
2526
conda-build recipe --output-folder output
2627
# - name: Upload artifacts
2728
# uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)