Skip to content

Commit

Permalink
Install htslib from channel tiledb
Browse files Browse the repository at this point in the history
  • Loading branch information
Dušan Baran committed Dec 4, 2024
1 parent 5698c2e commit 8d77697
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: mamba-org/setup-micromamba@v2
with:
environment-name: ci
create-args: -c bioconda tiledb=2.26 spdlog fmt cli11 htslib catch2=2.13.8
create-args: -c tiledb tiledb=2.26 spdlog fmt cli11 htslib catch2=2.13.8
init-shell: >-
bash
- name: Configure CMake
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: mamba-org/setup-micromamba@v2
with:
environment-name: ci
create-args: -c bioconda htslib tiledb=2.26 tiledb-py python=3.11 pip pytest numpy pandas pyarrow
create-args: -c tiledb htslib tiledb=2.26 tiledb-py python=3.11 pip pytest numpy pandas pyarrow
init-shell: >-
bash
- name: Download libtiledbvcf artifact
Expand All @@ -81,7 +81,7 @@ jobs:
run: |
pip install -v --no-deps . \
--config-settings=cmake.define.TILEDBVCF_ONLY_PYTHON_BINDINGS=ON \
--config-settings=cmake.define.TILEDBVCF_SET_RPATH=OFF \
--config-settings=cmake.define.TILEDBVCF_SET_RPATH=OFF
- name: Install test dependencies
run: |
Expand Down

0 comments on commit 8d77697

Please sign in to comment.