Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 12, 2023
1 parent cb68b90 commit 9477b3e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
run: |
python -m pip install -U pip
python -m pip install asv virtualenv
- name: Install pyarrow
run: ./build-pyarrow.sh
- name: Run benchmarks
run: |
set -eu
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/build-libbson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -o errexit

# Version of libbson to build
# Keep in sync with pymongoarrow.version._MIN_LIBBSON_VERSION
LIBBSON_VERSION=${LIBBSON_VERSION:-"1.24.4"}
LIBBSON_VERSION=${LIBBSON_VERSION:-"1.23.2"}
if [ -z "$LIBBSON_VERSION" ]
then
echo "Did not provide a libbson revision ID to build"
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/pymongoarrow/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

__version__ = "1.1.0.dev0"

_MIN_LIBBSON_VERSION = "1.24.4"
_MIN_LIBBSON_VERSION = "1.23.2"

0 comments on commit 9477b3e

Please sign in to comment.