We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c93b5 commit 3b4062dCopy full SHA for 3b4062d
.github/workflows/ci.yml
@@ -224,7 +224,7 @@ jobs:
224
needs: prepare-base
225
strategy:
226
matrix:
227
- python-version: [3.8, 3.9, "3.10", "3.11"]
+ python-version: ["3.11"]
228
name: >-
229
Run tests Python ${{ matrix.python-version }}
230
steps:
@@ -259,6 +259,11 @@ jobs:
259
# However this plugin is fairly new and doesn't run correctly
260
# on a non-GitHub environment.
261
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
267
- name: Run pytest
268
run: |
269
. venv/bin/activate
0 commit comments