Skip to content

Commit

Permalink
Add caching of ctapipe test data
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Sep 17, 2024
1 parent 9d4dc0c commit deeb63f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
ctapipe-version: ["v0.19.2"]

steps:
- name: cache test data
uses: actions/cache@v4
with:
path: ~/.cache/ctapipe
key: ctapipe-test-data

- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit deeb63f

Please sign in to comment.