Skip to content

Commit 200bcc0

Browse files
committed
try installing cmake 3
1 parent 0854220 commit 200bcc0

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test-python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
with:
6161
mongodb-version: 4.4
6262
mongodb-replica-set: test-rs
63+
- name: Install CMake 3 on MacOS
64+
if: ${{ startsWith(runner.os, 'macOS') }}
65+
run: |
66+
brew install cmake@3
6367
- name: Start MongoDB on MacOS
6468
if: ${{ startsWith(runner.os, 'macOS') }}
6569
run: |

bindings/python/build-libbson.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
set -o xtrace
44
set -o errexit
55

6-
cmake --version
7-
exit 1
8-
96
# Version of libbson to build
107
# Keep in sync with pymongoarrow.version._MIN_LIBBSON_VERSION
118
LIBBSON_VERSION=${LIBBSON_VERSION:-"1.23.1"}

0 commit comments

Comments
 (0)