From 66753034bef9a6d8bcc95a793aa7d8bb9c2a627e Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 26 Nov 2024 11:11:09 +0100 Subject: [PATCH] .. --- .github/workflows/test_valgrind.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test_valgrind.yml b/.github/workflows/test_valgrind.yml index b3f893647f..ef5ef9ba95 100644 --- a/.github/workflows/test_valgrind.yml +++ b/.github/workflows/test_valgrind.yml @@ -89,5 +89,9 @@ jobs: - name: Install python package run: scripts/installAmiciSource.sh + - name: Remove jax + # avoid valgrind errors due to jax et al. + run: venv/bin/pip uninstall -y jax + - name: Python tests / Valgrind run: scripts/run-valgrind-py.sh