Skip to content

Commit fd18bb9

Browse files
committed
CI: Fix installation of benchmark_models_petab
Building the wheel for benchmark_models_petab fails with current setuptools. Symlink issues. Use editable installation.
1 parent 5a3b361 commit fd18bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description =
1515
extras = tests,reports,combine,vis
1616
deps=
1717
git+https://github.com/PEtab-dev/petab_test_suite@main
18-
git+https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab.git@master\#subdirectory=src/python
18+
-e git+https://github.com/Benchmarking-Initiative/Benchmark-Models-PEtab.git@master\#subdirectory=src/python&egg=benchmark_models_petab
1919

2020
commands =
2121
python -m pip install sympy>=1.12.1

0 commit comments

Comments
 (0)