We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3be372 commit 33427afCopy full SHA for 33427af
.github/workflows/ci.yml
@@ -138,7 +138,7 @@ jobs:
138
osver=$(lsb_release -sr | cut -f1 -d.)
139
pkgs="g++ git xz-utils"
140
# Ubuntu 22+ has only Python 3 in the repos
141
- if [ -n "$osver" ] && [ "$osver" -ge "22" ]; then
+ if [ -n "$osver" ] && [ "$osver" -ge "20" ]; then
142
pkgs+=" python-is-python3 libpython3-dev"
143
else
144
pkgs+=" python libpython-dev"
0 commit comments