Disabling deadsnakes 3.10-dev CI (currently broken).

This commit is contained in:
Ralf W. Grosse-Kunstleve 2021-04-14 13:08:59 -07:00 committed by Ralf W. Grosse-Kunstleve
parent cf89b865bb
commit ab590c624b

View File

@ -174,8 +174,9 @@ jobs:
- python-version: 3.9
python-debug: true
valgrind: true
- python-version: 3.10-dev
python-debug: false
# Broken b/o https://github.com/pytest-dev/pytest/issues/8539
# - python-version: 3.10-dev
# python-debug: false
name: "🐍 ${{ matrix.python-version }}${{ matrix.python-debug && '-dbg' || '' }} (deadsnakes)${{ matrix.valgrind && ' • Valgrind' || '' }} • x64"
runs-on: ubuntu-latest