Skip to content

Commit 06e1258

Browse files
committed
Fix CI python
1 parent 9eb12d7 commit 06e1258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-deps.sh

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

33
FDB_VER=${1}
44

5-
sudo apt install python
5+
sudo apt install python-is-python3
66
wget https://github.com/apple/foundationdb/releases/download/${FDB_VER}/foundationdb-clients_${FDB_VER}-1_amd64.deb
77
wget https://github.com/apple/foundationdb/releases/download/${FDB_VER}/foundationdb-server_${FDB_VER}-1_amd64.deb
88
sudo dpkg -i foundationdb-clients_${FDB_VER}-1_amd64.deb

0 commit comments

Comments
 (0)