Skip to content
Merged
Show file tree
Hide file tree
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 VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.28.0
1.28.1
2 changes: 1 addition & 1 deletion python/mir/build_chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ fi
# TODO get these from pyproject...
if [ -n "$INSTALL_LOCALLY" ] ; then
# TODO reuse the dep resolver from setup utils
uv pip install --no-cache $INSTALL_LOCALLY/eckitlib* $INSTALL_LOCALLY/fckitlib* $INSTALL_LOCALLY/eccodeslib* $INSTALL_LOCALLY/atlaslib* $INSTALL_LOCALLY/mirlib*
uv pip install --no-cache $INSTALL_LOCALLY/eckitlib* $INSTALL_LOCALLY/eccodeslib* $INSTALL_LOCALLY/atlaslib* $INSTALL_LOCALLY/mirlib*
else
uv pip install --prerelease=allow $EXTRA_PIP mirlib
fi
Expand Down
Loading