Skip to content

Commit c9888bc

Browse files
committed
Remove unnecessary 'boa' from conda build tools installation in CI workflow
1 parent 820ec8d commit c9888bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
channels: conda-forge
7979
- name: Install conda build tools
8080
run: |
81-
conda install -y conda-build anaconda-client boa
81+
conda install -y conda-build anaconda-client
8282
- name: Build and upload the conda package
8383
uses: ACCESS-NRI/action-build-and-upload-conda-packages@d97711bc4445ba5c4de55f5a1bccbd4815286289
8484
with:

0 commit comments

Comments
 (0)