Skip to content

Commit

Permalink
simplify how sambamba is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
northwestwitch committed Nov 12, 2020
1 parent 32e494a commit f37b6d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pytest_n_coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ jobs:
uses: actions/setup-python@master
with:
python-version: 3.7 #installed on this Linux distro
- name: Install required linux libs via conda
- name: Install Sambamba
run: |
$CONDA/bin/conda update -n base -c defaults conda
$CONDA/bin/conda install -c bioconda sambamba
$CONDA/bin/conda install -c conda-forge ruamel.yaml
brew install brewsci/bio/sambamba
- name: Install repo and its dependencies
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit f37b6d1

Please sign in to comment.