Skip to content

Commit 05b59a5

Browse files
committed
export conda build environment
Signed-off-by: Martijn Govers <[email protected]>
1 parent 1058704 commit 05b59a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-test-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,9 @@ jobs:
246246
steps:
247247
- uses: actions/checkout@v5
248248

249+
- name: Export conda build
250+
run: echo "CONDA_BUILD=1" >> $GITHUB_ENV
251+
249252
- uses: conda-incubator/setup-miniconda@v3
250253
with:
251254
miniforge-version: latest # use miniforge instead of miniconda

0 commit comments

Comments
 (0)