From fd18bb95ff4513ca2d62e484e4699470c3b62de5 Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 23 Jun 2026 09:19:42 +0200 Subject: [PATCH] CI: Fix installation of benchmark_models_petab Building the wheel for benchmark_models_petab fails with current setuptools. Symlink issues. Use editable installation. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3f3bbe46..ffeb503c 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ description = extras = tests,reports,combine,vis deps= git+https://github.com/PEtab-dev/petab_test_suite@main - git+https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab.git@master\#subdirectory=src/python + -e git+https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab.git@master\#subdirectory=src/python&egg=benchmark_models_petab commands = python -m pip install sympy>=1.12.1