mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-19 17:32:37 +00:00
Disabling deadsnakes 3.10-dev CI (currently broken).
This commit is contained in:
parent
cf89b865bb
commit
ab590c624b
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user