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 a73d0ec commit c2984f1Copy full SHA for c2984f1
tox.ini
@@ -206,6 +206,7 @@ setenv =
206
#
207
# https://hub.docker.com/_/ubuntu?tab=description
208
# as of 2023-05, latest=jammy=22.04, rolling=lunar=23.04, devel=mantic=23.10
209
+ # ubuntu-focal does not have libgap-dev
210
211
ubuntu: SYSTEM=debian
212
ubuntu: BASE_IMAGE=ubuntu
@@ -221,6 +222,7 @@ setenv =
221
222
ubuntu-bionic: BASE_TAG=bionic
223
ubuntu-bionic: IGNORE_MISSING_SYSTEM_PACKAGES=yes
224
ubuntu-focal: BASE_TAG=focal
225
+ ubuntu-focal: IGNORE_MISSING_SYSTEM_PACKAGES=yes
226
ubuntu-jammy: BASE_TAG=jammy
227
ubuntu-lunar: BASE_TAG=lunar
228
ubuntu-mantic: BASE_TAG=mantic
0 commit comments