Skip to content

Commit 4a2f521

Browse files
committed
Revert "Temporarily add tmate to action for debugging"
This reverts commit 3b4062d.
1 parent 7bbc911 commit 4a2f521

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
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.11"]
227+
python-version: [3.8, 3.9, "3.10", "3.11"]
228228
name: >-
229229
Run tests Python ${{ matrix.python-version }}
230230
steps:
@@ -259,11 +259,6 @@ 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
267262
- name: Run pytest
268263
run: |
269264
. venv/bin/activate

0 commit comments

Comments
 (0)