Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

# retina-custody is a sibling library on no package index, so pip cannot
# resolve the `retina-custody>=0.1.0` dependency on its own. The pin stays
# generic in pyproject.toml on purpose: Tower-Finder installs these libs
# generic in pyproject.toml on purpose: retina-server installs these libs
# from local submodule paths, and a direct URL there would collide with
# "conflicting URLs for package retina-custody".
- run: uv pip install --system "retina-custody @ git+https://github.com/offworldlabs/retina-custody@v0.1.0"
Expand Down
Loading