Skip to content

CI: Fix installation of benchmark_models_petab#3190

Merged
dweindl merged 1 commit into
AMICI-dev:mainfrom
dweindl:fix_benchmarkprobs
Jun 23, 2026
Merged

CI: Fix installation of benchmark_models_petab#3190
dweindl merged 1 commit into
AMICI-dev:mainfrom
dweindl:fix_benchmarkprobs

Conversation

@dweindl

@dweindl dweindl commented Jun 23, 2026

Copy link
Copy Markdown
Member

Building the wheel for benchmark_models_petab fails with current setuptools. Symlink issues. Use editable installation.

Building the wheel for benchmark_models_petab fails with current setuptools.
Symlink issues. Use editable installation.
@dweindl dweindl self-assigned this Jun 23, 2026
@codecov

codecov Bot commented Jun 23, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 77.40%. Comparing base (91a34e5) to head (76db72e).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3190      +/-   ##
==========================================
- Coverage   78.05%   77.40%   -0.66%     
==========================================
  Files         317      317              
  Lines       20903    20903              
  Branches     1483     1483              
==========================================
- Hits        16316    16180     -136     
- Misses       4579     4715     +136     
  Partials        8        8              
Flag Coverage Δ
cpp 71.54% <ø> (-0.02%) ⬇️
cpp_python 36.71% <ø> (ø)
petab 46.78% <ø> (ø)
petab_sciml 15.54% <ø> (ø)
python 68.30% <ø> (-0.01%) ⬇️
sbmlsuite-jax ?

Flags with carried forward coverage won't be shown. Click here to find out more.
see 7 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@FFroehlich FFroehlich marked this pull request as ready for review June 23, 2026 08:20
@FFroehlich FFroehlich requested a review from a team as a code owner June 23, 2026 08:20
Copilot AI review requested due to automatic review settings June 23, 2026 08:20

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the benchmark-collection CI workflow to install Benchmark-Models-PEtab via an editable VCS install to avoid wheel build failures caused by recent setuptools behavior around symlinks.

Changes:

  • Switch pip install of Benchmark-Models-PEtab to pip install -e in the CPP and JAX benchmark jobs.
  • Quote the VCS URL so the &egg=... fragment is not interpreted by the shell.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@dweindl dweindl merged commit fc6a1c5 into AMICI-dev:main Jun 23, 2026
26 of 27 checks passed
@dweindl dweindl deleted the fix_benchmarkprobs branch June 23, 2026 08:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants