Skip to content

Commit

Permalink
Revert "get rid of cache"
Browse files Browse the repository at this point in the history
This reverts commit f83f2f4.
  • Loading branch information
jeffreypicard committed Dec 3, 2021
1 parent f83f2f4 commit d3f7526
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends ffmpeg
- name: extract pip cache
uses: actions/cache@v2
with:
path: ./.tox
key: tox-integration-${{ matrix.test }}-${{ hashFiles('setup.py') }}
restore-keys: txo-integration-${{ matrix.test }}-
- run: pip install tox coverage coveralls
- run: tox -e ${{ matrix.test }}
- name: submit coverage report
Expand Down

0 comments on commit d3f7526

Please sign in to comment.