Skip to content

Commit

Permalink
Merge pull request #9 from mirpedrol/nf-core-dev
Browse files Browse the repository at this point in the history
no need to install dev version of nf-core
  • Loading branch information
mirpedrol authored Nov 6, 2024
2 parents 6578f00 + 0f41fa3 commit 404ec47
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ jobs:
python -m pip install --upgrade pip -r requirements-dev.txt
pip install -e .
- name: Install dev version of nf-core
# reinstall the dev version of nf-core until v3.0.0 is released
run: |
pip install --upgrade --force-reinstall git+https://github.com/nf-core/tools.git@dev
- name: Downgrade git to the Ubuntu official repository's version
if: ${{ needs.setup.outputs.runner == 'ubuntu-20.04' && needs.setup.outputs.python-version == '3.8' }}
run: |
Expand Down

0 comments on commit 404ec47

Please sign in to comment.