Skip to content

Commit

Permalink
Merge pull request #2961 from mashehu/dont-cache-linting
Browse files Browse the repository at this point in the history
Template: don't cache pip in linting.yml
  • Loading branch information
ewels authored May 8, 2024
2 parents defc570 + 98fe5c1 commit 1ef694d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

### Template

- Don't cache pip in `linting.yml` ([#2961](https://github.com/nf-core/tools/pull/2961))

### Linting

### Download
Expand Down
1 change: 0 additions & 1 deletion nf_core/pipeline-template/.github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5
with:
python-version: "3.12"
cache: "pip"

- name: Install pre-commit
run: pip install pre-commit
Expand Down

0 comments on commit 1ef694d

Please sign in to comment.