Skip to content

Commit 53a8a74

Browse files
committed
Testing Jenkins build
1 parent d03a58e commit 53a8a74

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/install_python.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/sh
22

3-
sudo apt install -y build-essential libssl-dev zlib1g-dev libsqlite3-dev libffi-dev
3+
# XXX Temp: missing some system dependencies
4+
rm -rf /var/lib/jenkins/.pyenv
45

56
#test -d $HOME/.pyenv && exit 0
67
#curl https://pyenv.run | bash
7-
pyenv install -v 3.13.3
8+
#pyenv install -v 3.13.3

0 commit comments

Comments
 (0)