Disabling valgrind for now. (#3068)

This commit is contained in:
Ralf W. Grosse-Kunstleve
2021-06-30 23:37:50 -07:00
committed by GitHub
parent 47f9b1c849
commit ba3f167a52
3 changed files with 17 additions and 15 deletions

View File

@@ -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