From 4c7b69dd645068e5a7b304691f23d4cecb0ef0ab Mon Sep 17 00:00:00 2001 From: Kevin Rue-Albrecht Date: Fri, 23 Feb 2024 10:41:53 +0000 Subject: [PATCH] remove unnecessary editing of pipeline.yml --- .github/workflows/ingestion-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ingestion-ci.yml b/.github/workflows/ingestion-ci.yml index e9a84236..cf2aa9cc 100644 --- a/.github/workflows/ingestion-ci.yml +++ b/.github/workflows/ingestion-ci.yml @@ -85,11 +85,6 @@ jobs: cd teaseq/ingest curl -o qc_genelist_1.0.csv https://panpipes-tutorials.readthedocs.io/en/latest/_downloads/fd38f25644105ea357a26e78a59139bb/qc_genelist_1.0.csv - - name: Replace template contents in configuration file - run: | - cd teaseq/ingest - sed -i 's+panpipes-tutorials/tutorials/ingesting_data/qc_genelist_1.0.csv+qc_genelist_1.0.csv+g' pipeline.yml - - name: File tree if: env.debug == 'true' run: tree teaseq