rerun: update to 0.18 (#33316)

This commit is contained in:
Adeeb Shihadeh
2024-08-16 10:46:26 -07:00
committed by GitHub
parent e6b2996478
commit 4baf6c1be9
3 changed files with 96 additions and 19 deletions
-3
View File
@@ -36,9 +36,6 @@ echo "installing python packages..."
uv sync --frozen --all-extras
source .venv/bin/activate
# TODO: remove this. Workaround till get a new release. PEP508 doesn't seem to have find-links option
uv pip install --pre -f https://build.rerun.io/commit/a93faab/wheels --upgrade rerun-sdk
echo "PYTHONPATH=${PWD}" > $ROOT/.env
if [[ "$(uname)" == 'Darwin' ]]; then
echo "# msgq doesn't work on mac" >> $ROOT/.env