From 691aa16cabc8abd3ec00e51827753cc115b1b7e6 Mon Sep 17 00:00:00 2001 From: kyle-messier Date: Tue, 1 Oct 2024 15:33:30 -0400 Subject: [PATCH] remove _targets/ path from mount --- .github/workflows/test-container-dl-calc.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-container-dl-calc.yaml b/.github/workflows/test-container-dl-calc.yaml index 1cf4b681..28e91e51 100644 --- a/.github/workflows/test-container-dl-calc.yaml +++ b/.github/workflows/test-container-dl-calc.yaml @@ -53,7 +53,7 @@ jobs: uses: actions/cache@v3 with: path: beethoven_dl_calc.sif - key: sif-cache-${{ hashFiles('beethoven_dl_calc.def') }} + key: sif-cache-${{ runner.os }}-${{ hashFiles('beethoven_dl_calc.def') }} @@ -62,7 +62,6 @@ jobs: apptainer exec \ --bind $PWD/inst:/pipeline \ --bind $PWD/input:/input \ - --bind $PWD/_targets:/opt/_targets \ --bind $PWD:/mnt \ beethoven_dl_calc.sif \ Rscript /mnt/tests/testhat/run_dl_calc_tests.R