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 0bbc548
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/lint_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,21 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: 'pip'
- uses: abatilo/actions-poetry@v2
with:
poetry-version: "1.8.*"
- uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: 'poetry'
- uses: actions/setup-java@v4
with:
distribution: "temurin"
java-version: "17"
cache: 'gradle'
- uses: nf-core/setup-nextflow@v2
with:
version: ${{ inputs.nextflow_version }}

- name: Install nf-core tools
run: |
poetry install --no-root
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/nf-test_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
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 0bbc548

Please sign in to comment.