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