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.
2 parents f30e533 + df65133 commit b2a62b6Copy full SHA for b2a62b6
ci/lib.sh
@@ -328,7 +328,7 @@ ubuntu-*)
328
# Python 2 is end of life, and Ubuntu 23.04 and newer don't actually
329
# have it anymore. We thus only test with Python 2 on older LTS
330
# releases.
331
- if "$distro" = "ubuntu-20.04"
+ if test "$distro" = "ubuntu-20.04"
332
then
333
PYTHON_PACKAGE=python2
334
else
0 commit comments