Skip to content

Commit

Permalink
use nf-core/tools dev version for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol committed Aug 3, 2023
1 parent 4542220 commit e4b1402
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
- name: Install pip
run: python -m pip install --upgrade pip

- name: Install nf-core tools
run: python -m pip install nf-core
- 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 Nextflow
env:
Expand Down

0 comments on commit e4b1402

Please sign in to comment.