Skip to content

Commit

Permalink
Include actions/cache on step that copies the data
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Sep 28, 2020
1 parent 2c2dd85 commit f0fb341
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,11 @@ jobs:
- name: Install the package
run: pip install --no-deps dist/*.whl

- name: Setup cache directory for test data
- name: Copy test data to cache
uses: actions/cache@v2
with:
path: ~/cache/harmonica
key: conda-${{ runner.os }}-${{ matrix.python }}-harmonica_data_dir

- name: Copy test data to cache
run: |
echo "Copy data to " ${HARMONICA_DATA_DIR}/master
set -x -e
Expand Down

0 comments on commit f0fb341

Please sign in to comment.