Skip to content

Commit 04c66f1

Browse files
committed
fix pip
1 parent b1b9055 commit 04c66f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/install-basic-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
pip3 install --root-user-action maturin~=1.9 patchelf cffi ziglang sccache>=0.4.0
5+
pip3 install --root-user-action=ignore maturin~=1.9 patchelf cffi ziglang sccache>=0.4.0
66

77
curl -o rustup.sh --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs
88
sh rustup.sh -y

0 commit comments

Comments
 (0)