Skip to content

Commit 3b4062d

Browse files
committed
Temporarily add tmate to action for debugging
1 parent c1c93b5 commit 3b4062d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
needs: prepare-base
225225
strategy:
226226
matrix:
227-
python-version: [3.8, 3.9, "3.10", "3.11"]
227+
python-version: ["3.11"]
228228
name: >-
229229
Run tests Python ${{ matrix.python-version }}
230230
steps:
@@ -259,6 +259,11 @@ jobs:
259259
# However this plugin is fairly new and doesn't run correctly
260260
# on a non-GitHub environment.
261261
pip install pytest-github-actions-annotate-failures
262+
- name: Setup tmate session
263+
uses: mxschmitt/action-tmate@v3
264+
with:
265+
sudo: false
266+
limit-access-to-actor: true
262267
- name: Run pytest
263268
run: |
264269
. venv/bin/activate

0 commit comments

Comments
 (0)