Skip to content

Commit

Permalink
fix linting cache
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Sep 4, 2024
1 parent 72663b2 commit 7ea4fa1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,14 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: 'pip'
cache: 'poetry'
- uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.8.*"
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "17"
cache: 'gradle'
- uses: nf-core/setup-nextflow@v2
with:
version: ${{ inputs.nextflow_version }}
Expand Down

0 comments on commit 7ea4fa1

Please sign in to comment.