Skip to content

Commit d089c0d

Browse files
committed
Install python 2 explicitly
1 parent 038b7c6 commit d089c0d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/install-deps.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
#!/bin/bash
22

3+
set -e
4+
35
FDB_VER=${1}
46

5-
sudo apt install python-is-python3
7+
sudo apt install python2
68
wget https://github.com/apple/foundationdb/releases/download/${FDB_VER}/foundationdb-clients_${FDB_VER}-1_amd64.deb
79
wget https://github.com/apple/foundationdb/releases/download/${FDB_VER}/foundationdb-server_${FDB_VER}-1_amd64.deb
810
sudo dpkg -i foundationdb-clients_${FDB_VER}-1_amd64.deb

0 commit comments

Comments
 (0)