Skip to content

Commit 0e3ed2a

Browse files
Copilotmedley56
andcommitted
Fix conda-build command availability in CI workflow
Co-authored-by: medley56 <7018964+medley56@users.noreply.github.com>
1 parent 5dfda2f commit 0e3ed2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
shell: bash -l {0}
8080
run: |
8181
python --version
82-
conda install -y conda-build
82+
conda install -n base -y conda-build
8383
conda build .
8484
conda build --output .
8585

0 commit comments

Comments
 (0)