Skip to content

Commit d17450e

Browse files
committed
Disabling deadsnakes 3.10-dev CI (currently broken).
1 parent d588997 commit d17450e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,9 @@ jobs:
174174
- python-version: 3.9
175175
python-debug: true
176176
valgrind: true
177-
- python-version: 3.10-dev
178-
python-debug: false
177+
# Broken b/o https://github.com/pytest-dev/pytest/issues/8539
178+
# - python-version: 3.10-dev
179+
# python-debug: false
179180

180181
name: "🐍 ${{ matrix.python-version }}${{ matrix.python-debug && '-dbg' || '' }} (deadsnakes)${{ matrix.valgrind && ' • Valgrind' || '' }} • x64"
181182
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)