Skip to content

Commit 92c779e

Browse files
add conda-build to conda workflow
1 parent f270ee5 commit 92c779e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
channel-priority: strict
7676
- name: Install dependencies
7777
run: |
78-
conda install -c conda-forge conda-verify
78+
conda install -c conda-forge conda-build conda-verify
7979
8080
which python
8181
pip list

0 commit comments

Comments
 (0)