diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 8e9099b..d3fc0eb 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -15,12 +15,6 @@ jobs: - name: Checkout uses: actions/checkout@v2 - - name: Set up JDK 11.0.19 - uses: actions/setup-java@v2 - with: - java-version: '11.0.19' - distribution: 'temurin' - - name: Setup Nextflow uses: nf-core/setup-nextflow@v1 with: