Skip to content

Commit d298519

Browse files
committed
Install conda-verify when building
1 parent 14b8fbd commit d298519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
- name: Install dependencies
208208
shell: bash -l {0}
209209
run: |
210-
mamba install conda-build
210+
mamba install conda-build conda-verify
211211
212212
which python
213213
pip list

0 commit comments

Comments
 (0)