From a1800010b4e5f07624a83af5a185299f5cb650a4 Mon Sep 17 00:00:00 2001 From: Erik Fasterius Date: Wed, 20 Dec 2023 10:27:08 +0100 Subject: [PATCH] Do not checkout test data in CI testing --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36ef2ae..6a02675 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,14 +51,6 @@ jobs: - name: Check out pipeline code uses: actions/checkout@v3 - - name: Checkout test data - uses: actions/checkout@v3 - with: - repository: nf-core/test-datasets - ref: spatialtranscriptomics - fetch-depth: 1 - path: test-datasets - # Install Nextflow - name: Install Nextflow uses: nf-core/setup-nextflow@v1