Skip to content

Commit

Permalink
reset tools in CI to released version (#3335)
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Apr 26, 2023
1 parent 9fc26b5 commit cef0bba
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/nf-core-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,8 @@ jobs:
- name: Install pip
run: python -m pip install --upgrade pip

# FIXME: Remove this when nf-core modules lint stabilizes and install stable release
- name: Install nf-core tools development version
run: python -m pip install --upgrade --force-reinstall git+https://github.com/nf-core/tools.git@dev
- name: Install nf-core tools
run: python -m pip install nf-core

- name: Install Nextflow
env:
Expand Down

0 comments on commit cef0bba

Please sign in to comment.