Try forcing tox reset

This commit is contained in:
Jeffrey Picard 2021-12-03 17:33:27 -05:00
parent 3436965b33
commit 757b53443d

View file

@ -110,6 +110,8 @@ jobs:
key: tox-integration-${{ matrix.test }}-${{ hashFiles('setup.py') }} key: tox-integration-${{ matrix.test }}-${{ hashFiles('setup.py') }}
restore-keys: txo-integration-${{ matrix.test }}- restore-keys: txo-integration-${{ matrix.test }}-
- run: pip install tox coverage coveralls - run: pip install tox coverage coveralls
- if: matrix.test == 'claims'
run: rm -rf .tox
- run: tox -e ${{ matrix.test }} - run: tox -e ${{ matrix.test }}
- name: submit coverage report - name: submit coverage report
env: env: