mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-12 09:17:42 +00:00
Disabling valgrind for now. (#3068)
This commit is contained in:
committed by
GitHub
parent
47f9b1c849
commit
ba3f167a52
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -175,9 +175,10 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
# valgrind started failing for the final version of PR #3023 (same gcc, python, valgrind as before).
|
||||
- python-version: 3.9
|
||||
python-debug: true
|
||||
valgrind: true
|
||||
valgrind: false
|
||||
- python-version: 3.10-dev
|
||||
python-debug: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user