Skip to content

Commit 9ccff75

Browse files
authored
Update action.yml
1 parent 86e2340 commit 9ccff75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/actions/Build_and_Test_cppyy/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ runs:
122122
SUPPRESSION_FILE="../etc/${CLANG_INTERPRETER}${CLANG_VERSION}-valgrind.supp"
123123
fi
124124
valgrind --show-error-list=yes --error-exitcode=1 --track-origins=yes --gen-suppressions=all --suppressions="${SUPPRESSION_FILE}" --suppressions=../etc/valgrind-cppyy-cling.supp python -m pytest -m "not xfail" -sv -ra --ignore=test_leakcheck.py
125-
export RETCODE=+$?
126125
fi
127126
export RETCODE=+$?
128127
echo ::endgroup::

0 commit comments

Comments
 (0)