Skip to content

Commit 33427af

Browse files
committed
Update python version.
1 parent e3be372 commit 33427af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
osver=$(lsb_release -sr | cut -f1 -d.)
139139
pkgs="g++ git xz-utils"
140140
# Ubuntu 22+ has only Python 3 in the repos
141-
if [ -n "$osver" ] && [ "$osver" -ge "22" ]; then
141+
if [ -n "$osver" ] && [ "$osver" -ge "20" ]; then
142142
pkgs+=" python-is-python3 libpython3-dev"
143143
else
144144
pkgs+=" python libpython-dev"

0 commit comments

Comments
 (0)