Try forcing tox reset

This commit is contained in:
Jeffrey Picard 2021-12-03 17:33:27 -05:00 committed by Victor Shyba
parent 618f739049
commit 0cb66e1f0d

View file

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