Skip to content

Commit 2b590f5

Browse files
authored
[ci] Change python version 2.7 to 3.8 (#930)
1 parent e41cd4e commit 2b590f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
sudo add-apt-repository ppa:deadsnakes/ppa
3232
sudo apt update
33-
sudo apt install -y libncurses5 python2.7 libpython2.7 gettext \
33+
sudo apt install -y libncurses5 python3.8 libpython3.8 gettext \
3434
libkf5itemmodels5 libkf5kiowidgets5 libkchart2 dbus-x11 gnome-keyring
3535
curl https://download.tizen.org/sdk/Installer/tizen-studio_6.0/web-cli_Tizen_Studio_6.0_ubuntu-64.bin -o install.bin
3636
chmod a+x install.bin

0 commit comments

Comments
 (0)