Migrate CI and install docs to uv - #219
Merged
Merged
Conversation
1 task
gomezzz
changed the base branch from
ci/ruff-lint-format
to
fix/advance-time-reentrancy
July 24, 2026 09:09
gomezzz
force-pushed
the
fix/advance-time-reentrancy
branch
from
July 24, 2026 09:33
5e48f0f to
f9fc9df
Compare
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Switches CI and install docs to uv (Python 3.8 — the only Python with pip wheels for pykep 2.6, the 2.x API PASEOS depends on). conda/
environment.ymlis kept as the cross-platform + newer-Python path.run_tests.ymltoastral-sh/setup-uvon Python 3.8, replacing the deprecatedprovision-with-micromamba@mainthat had CI failing; README build instructions lead with uv. A[tool.uv]override drops pykep's brokensklearnshim dependency;MPLBACKEND=Aggkeeps the headless visualization test from blocking;pytest-timeoutadded as a safety net.test_thermalruns in real-time mode; a 200x multiplier made slow/loaded runners spiral into unbounded catch-up. Lowered to 20x with a generous heated-up assertion window.Result: 36/36 tests pass on the uv/Python 3.8 runner (~4 min), lint + format green.
Test plan
Running testsgreen — 36 passedRuff Lint and Format CheckgreenNote: the required
advance_timeengine fix now lives in its own PR (#220), on which this is based.