Skip to content

Commit

Permalink
add conda dep install to integrated test
Browse files Browse the repository at this point in the history
  • Loading branch information
lrauschning committed Dec 10, 2024
1 parent 3b692f4 commit 94f9e7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
uses: schneebergerlab/msyd@main
with:
python-version: "3.12"
- name: Install other tools using conda
run: |
$CONDA/bin/conda install -c conda-forge -c bioconda "minimap2"
- name: Test example_run.sh
run: |
# alias to a call launching the syri entrypoint from python
Expand Down

0 comments on commit 94f9e7f

Please sign in to comment.