Skip to content

Commit

Permalink
remove _targets/ path from mount
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-messier committed Oct 1, 2024
1 parent 775c98d commit 691aa16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-container-dl-calc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}



Expand All @@ -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

0 comments on commit 691aa16

Please sign in to comment.