Skip to content

Commit be0fa63

Browse files
committed
WIP
1 parent 025dcec commit be0fa63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generic.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ jobs:
110110
run: |
111111
pip install -e '.[dev]'
112112
113+
- name: Setup tmate session
114+
uses: mxschmitt/action-tmate@v3
115+
113116
- name: Run unit tests
114117
run: |
115118
pytest -v --logical --forked -m required ./tests

0 commit comments

Comments
 (0)