Skip to content

Commit

Permalink
Move cache data inside cloned repo
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Sep 28, 2020
1 parent b38b2fb commit e28e324
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
CONDA_REQUIREMENTS_DEV: requirements-dev.txt
CONDA_INSTALL_EXTRA:
# Define directory where sample data will be copied
HARMONICA_DATA_DIR: ~/cache/harmonica
HARMONICA_DATA_DIR: harmonica-data
# Used to tag codecov submissions
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python }}
Expand Down Expand Up @@ -132,12 +132,6 @@ jobs:
- name: Install the package
run: pip install --no-deps dist/*.whl

- name: Setup cache directory for test data
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
Expand Down

0 comments on commit e28e324

Please sign in to comment.