Skip to content

Commit

Permalink
try cache benchmark data (#347)
Browse files Browse the repository at this point in the history
* try cache benchmark data

* use absolute path
  • Loading branch information
vincentsarago authored Feb 9, 2021
1 parent a97ece1 commit ccf6aa0
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 @@ -60,6 +60,12 @@ jobs:
python -m pip install --upgrade pip
python -m pip install tox
- name: Cache benchmark data
uses: actions/cache@v2
with:
path: ./tests/benchmarks/data/*.tif
key: ${{ runner.os }}-${{ hashFiles('./tests/benchmarks/__init__.py') }}

- name: Run Benchmark
env:
TOXENV: benchmark
Expand Down

0 comments on commit ccf6aa0

Please sign in to comment.