We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908e702 commit a1bd4b4Copy full SHA for a1bd4b4
.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
+ conda create -n mip_ci --channel bioconda --channel conda-forge bcftools=1.9=ha228f0b_4 openssl=1.0
29
30
- name: Run MIP install test
31
0 commit comments