Skip to content

Commit

Permalink
Try to remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jan 29, 2021
1 parent 0aff92e commit d3fe740
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ jobs:
python-version: 3.8
- name: Install tox
run: pip install -U tox
- name: Cache tox environment
# - name: Cache tox environment
# Preserves .tox directory between runs for faster installs
uses: actions/cache@v2
with:
path: .tox
key: tox-cache-${{ matrix.tox-environment }}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}-core
# uses: actions/cache@v2
# with:
# path: .tox
# key: tox-cache-${{ matrix.tox-environment }}-${{ hashFiles('tox.ini', 'dev-requirements.txt') }}-core
- name: run tox
run: tox -e ${{ matrix.tox-environment }}
contrib-build:
Expand Down

0 comments on commit d3fe740

Please sign in to comment.