diff options
| author | Matthias Koeppe <mkoeppe@math.ucdavis.edu> | 2022-01-30 16:23:33 -0800 |
|---|---|---|
| committer | Matthias Koeppe <mkoeppe@math.ucdavis.edu> | 2022-01-30 16:23:33 -0800 |
| commit | 96947f4e5c44f1972b1f1359b90dc1529f862fd4 (patch) | |
| tree | 92a614d36f49caf19ad9798c723ff0947b6c312e /.github/workflows | |
| parent | cae41c6a5546bfa9a80bda5841505331e566cdc1 (diff) | |
| download | python-setuptools-git-96947f4e5c44f1972b1f1359b90dc1529f862fd4.tar.gz | |
.github/workflows/ci-sage.yml: Remove flaky platforms, add new platforms
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci-sage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-sage.yml b/.github/workflows/ci-sage.yml index 191564fa..3df4617b 100644 --- a/.github/workflows/ci-sage.yml +++ b/.github/workflows/ci-sage.yml @@ -95,7 +95,7 @@ jobs: fail-fast: false max-parallel: 32 matrix: - tox_system_factor: [ubuntu-trusty, ubuntu-xenial, ubuntu-bionic, ubuntu-focal, ubuntu-groovy, ubuntu-hirsute, ubuntu-impish, debian-jessie, debian-stretch, debian-buster, debian-bullseye, debian-sid, linuxmint-17, linuxmint-18, linuxmint-19, linuxmint-19.3, linuxmint-20.1, linuxmint-20.2, fedora-26, fedora-27, fedora-28, fedora-29, fedora-30, fedora-31, fedora-32, fedora-33, fedora-34, fedora-35, centos-7, centos-8, gentoo, gentoo-python3.7, archlinux-latest, opensuse-15, opensuse-15.3, opensuse-tumbleweed, slackware-14.2, conda-forge, ubuntu-bionic-i386, manylinux-2_24-i686, debian-buster-i386, centos-7-i386, raspbian-buster-armhf] + tox_system_factor: [ubuntu-trusty, ubuntu-xenial, ubuntu-bionic, ubuntu-focal, ubuntu-hirsute, ubuntu-impish, ubuntu-jammy, debian-stretch, debian-buster, debian-bullseye, debian-bookworm, debian-sid, linuxmint-17, linuxmint-18, linuxmint-19, linuxmint-19.3, linuxmint-20.1, linuxmint-20.2, linuxmint-20.3, fedora-26, fedora-27, fedora-28, fedora-29, fedora-30, fedora-31, fedora-32, fedora-33, fedora-34, fedora-35, fedora-36, centos-7, centos-8, gentoo-python3.9, archlinux-latest, opensuse-15, opensuse-15.3, opensuse-tumbleweed, slackware-14.2, ubuntu-bionic-i386, manylinux-2_24-i686, debian-buster-i386, centos-7-i386] tox_packages_factor: [minimal, standard] env: TOX_ENV: docker-${{ matrix.tox_system_factor }}-${{ matrix.tox_packages_factor }} |
