File tree Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Expand file tree Collapse file tree 5 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 5050 fi
5151 git show --no-patch --format="%H (%s)"
5252 export LIBBSON_INSTALL_DIR=$(pwd)/libbson
53- just benchmark -- -- set-commit-hash $(git rev-parse HEAD)
53+ just benchmark --set-commit-hash $(git rev-parse HEAD)
5454 }
5555
5656 pip install asv virtualenv
Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ jobs:
128128 - name : Test Sdist
129129 working-directory : ./bindings/python
130130 run : |
131+ export LIBBSON_INSTALL_DIR=$(pwd)/libbson
131132 python -m pip install dist/*.gz
132133 cd ..
133134 python -c "from pymongoarrow.lib import libbson_version"
Original file line number Diff line number Diff line change 99 - asdf install uv latest
1010 - asdf global uv latest
1111 install :
12- - uv sync --no-install-project --group docs
12+ - cd bindings/python && uv sync --no-install-project --group docs
1313 build :
1414 html :
15- - uv run sphinx-build -c docs/source -T -b html docs $READTHEDOCS_OUTPUT/html
15+ - cd bindings/python && uv run sphinx-build -c docs/source -T -b html docs $READTHEDOCS_OUTPUT/html
Original file line number Diff line number Diff line change @@ -37,6 +37,8 @@ echo "CMAKE_OSX_ARCHITECTURES=${CMAKE_OSX_ARCHITECTURES}"
3737echo " LIBBSON_INSTALL_DIR=${LIBBSON_INSTALL_DIR} "
3838
3939# Activate the virtualenv for the cmake build.
40+ ls .
41+ ls .venv
4042if [ -f $( pwd) /.venv/Scripts ]; then
4143 . $( pwd) /.venv/Scripts/activate
4244else
Original file line number Diff line number Diff line change 2222 pip install --platform $platform --upgrade --target $HOME /wheels --no-deps --only-binary=:all: pyarrow
2323fi
2424
25- # Install just, needed for the build command.
26- pip install rust-just
25+ # Install just uv , needed for the build command.
26+ pip install rust-just uv
2727
2828# Build libbson with the appropriate arch.
2929CMAKE_BUILD_TYPE=Release just build-libbson
You can’t perform that action at this time.
0 commit comments