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 03637c4 commit f406604Copy full SHA for f406604
.github/workflows/ci-sage.yml
@@ -79,7 +79,7 @@ jobs:
79
docker:
80
uses: sagemath/sage/.github/workflows/docker.yml@develop
81
with:
82
- # ubuntu-focal uses system python 3.8
+ # debian-bullseye uses system python 3.9
83
# archlinux-latest is at the cutting edge
84
#
85
# XXX: For now the archlinux job fails too often for reasons unrelated
@@ -91,9 +91,9 @@ jobs:
91
# doctests.
92
93
#tox_system_factors: >-
94
- # ["ubuntu-focal", "archlinux-latest"]
+ # ["debian-bullseye", "archlinux-latest"]
95
tox_system_factors: >-
96
- ["ubuntu-focal"]
+ ["debian-bullseye"]
97
# "standard" installs lots of system packages, reducing the full build and test of the
98
# Sage distribution to 3-4 hours
99
tox_packages_factors: >-
0 commit comments