Skip to content

Commit 662f4d8

Browse files
committed
fix sshuttle installation
1 parent fe960a4 commit 662f4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/ci/e2e-conformance-gcp-prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ main() {
132132
cd /tmp
133133
git clone https://github.com/sshuttle/sshuttle.git
134134
cd sshuttle
135-
./setup.py install
135+
pip3 install .
136136
fi
137137
if ! command -v openstack;
138138
then

0 commit comments

Comments
 (0)