We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1bd4b4 commit e854090Copy full SHA for e854090
.github/workflows/testing.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install bcftools in conda test env
26
shell: bash -l {0}
27
run: |
28
- conda create -n mip_ci --channel bioconda --channel conda-forge bcftools=1.9=ha228f0b_4 openssl=1.0
+ conda create -n mip_ci --channel bioconda --channel conda-forge bcftools=1.16
29
30
- name: Run MIP install test
31
0 commit comments