Skip to content

Commit

Permalink
Update .github/workflows/pytest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels authored Mar 23, 2021
1 parent 8e31d7f commit 54f7f18
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ jobs:
env:
CAPSULE_LOG: none
run: |
mkdir /tmp/nextflow
cd /tmp/nextflow
wget -qO- get.nextflow.io | bash
sudo ln -s /tmp/nextflow/nextflow /usr/local/bin/nextflow
sudo mv nextflow /usr/local/bin/
- name: Test with pytest
run: python3 -m pytest --color=yes --cov-report=xml --cov-config=.github/.coveragerc --cov=nf_core
Expand Down

0 comments on commit 54f7f18

Please sign in to comment.