debug
This commit is contained in:
parent
0f687284a6
commit
87efe08014
|
@ -156,6 +156,9 @@ jobs:
|
|||
# needs to run outside `pytest`
|
||||
run: python utilities/test_warnings.py
|
||||
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
|
||||
- name: Testing Fabric
|
||||
working-directory: tests/tests_fabric
|
||||
# NOTE: do not include coverage report here, see: https://github.com/nedbat/coveragepy/issues/1003
|
||||
|
|
Loading…
Reference in New Issue