Skip to content

Commit

Permalink
Update ci-cd.yml
Browse files Browse the repository at this point in the history
Fix test data caching
  • Loading branch information
salcc authored Nov 16, 2024
1 parent 6b4ca44 commit 9038757
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ jobs:
uses: actions/cache@v4
with:
path: data/
key: snputils-test-data-${{ hashFiles('tests/conftest.py') }}
restore-keys: |
snputils-test-data-
key: snputils-test-data-${{ hashFiles('snputils/snp/io/read/__test__/conftest.py') }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit 9038757

Please sign in to comment.