Skip to content

Commit

Permalink
CI: Caching is pointless, we nuke them anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
kdm9 committed Jan 28, 2024
1 parent 3ef9746 commit 8419084
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/run-snakemake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,10 @@ jobs:
channel-priority: true
auto-update-conda: true
activate-environment: true
- name: Cache generated inputs
id: cache-inputs
uses: actions/cache@v3
with:
path: tests/rawdata
key: rawdata-${{ hashFiles('tests/Snakefile.generate-rawdata') }}-${{ hashFiles('acanthophis/template/environment.yml') }}-${{ hashFiles('acanthophis/template/workflow/rules/envs/*.yml') }}

- name: setup data
shell: bash -el {0}
run: |
mamba info
pushd tests
bash -el setup.sh
popd
Expand Down

0 comments on commit 8419084

Please sign in to comment.