From ab590c624bca471e16dc1d9482468d5f2e2de4d9 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Wed, 14 Apr 2021 13:08:59 -0700 Subject: [PATCH] Disabling deadsnakes 3.10-dev CI (currently broken). --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8de091058..a7ff6b3be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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