CI: Install python 3.9 on ubuntu 20

This commit is contained in:
Tim Wojtulewicz 2024-12-04 12:19:17 -07:00
parent 7f3bea7ce1
commit beb7b5bbbf

View file

@ -25,8 +25,8 @@ RUN apt-get update && apt-get -y install \
libssl-dev \ libssl-dev \
libzmq3-dev \ libzmq3-dev \
make \ make \
python3 \ python3.9 \
python3-dev \ python3.9-dev \
python3-pip\ python3-pip\
ruby \ ruby \
sqlite3 \ sqlite3 \