Skip to content

Commit 2ad63a4

Browse files
committed
fix pip syntax
1 parent 3f4b158 commit 2ad63a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build_dependencies/install_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# exit immediately on any failed step
22
set -xe
33

4-
pip install cmake=3.31.6
4+
pip install cmake==3.31.6
55

66
mkdir -p deps
77
cd deps

build_dependencies/install_macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# exit immediately on any failed step
22
set -xe
3-
pip install cmake=3.31.6
3+
pip install cmake==3.31.6
44

55
mkdir -p deps
66
cd deps

0 commit comments

Comments
 (0)