Skip to content

Commit

Permalink
Remove not needed setup-java step
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol authored Dec 5, 2024
1 parent b94435b commit ce866c6
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .github/actions/create-lint-wf/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ runs:
cd create-lint-wf
export NXF_WORK=$(pwd)
- uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"

- name: Install Nextflow
uses: nf-core/setup-nextflow@v2
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/create-test-lint-wf-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ jobs:
python -m pip install --upgrade pip
pip install .
- uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"

- name: Install Nextflow
uses: nf-core/setup-nextflow@v2
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/create-test-wf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,6 @@ jobs:
python -m pip install --upgrade pip
pip install .
- uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"

- name: Install Nextflow
uses: nf-core/setup-nextflow@v2
with:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ jobs:
id: date
run: echo "date=$(date +'%Y-%m')" >> $GITHUB_ENV

- uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"

- name: Install Nextflow
uses: nf-core/setup-nextflow@v2

Expand Down
5 changes: 0 additions & 5 deletions nf_core/pipeline-template/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@ jobs:
- name: Check out pipeline code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"

- name: Set up Nextflow
uses: nf-core/setup-nextflow@v2
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
download:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"

- name: Install Nextflow
uses: nf-core/setup-nextflow@v2

Expand Down
5 changes: 0 additions & 5 deletions nf_core/pipeline-template/.github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ jobs:
- name: Check out pipeline code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- uses: actions/setup-java@v4
with:
java-version: "17"
distribution: "temurin"

- name: Install Nextflow
uses: nf-core/setup-nextflow@v2

Expand Down

0 comments on commit ce866c6

Please sign in to comment.