Skip to content

Commit c9b1f1e

Browse files
committed
Don't run pytest "not xfail" for mac
1 parent 82390d2 commit c9b1f1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,6 @@ jobs:
10101010
set -o pipefail
10111011
if [[ "${{ matrix.os }}" == macos-* ]]; then
10121012
echo "Skipping Valgrind checks on OS X"
1013-
python -m pytest -m "not xfail" -v
10141013
else
10151014
if [[ "${{ matrix.clang-runtime }}" == "17" ]]; then
10161015
echo "Valgrind reports true for clang-runtime 17 due to problems with LLVM"

0 commit comments

Comments
 (0)