Skip to content

Commit b6053c5

Browse files
committed
.github/workflows/ci-sage.yml: Continue on test suite failures of flint
1 parent 62ce26f commit b6053c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-sage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: sagemath/sage/.github/workflows/docker.yml@develop
8585
with:
8686
# Sage distribution packages to build
87-
targets: SAGE_CHECK=no SAGE_CHECK_flint=yes SAGE_CHECK_python_flint=yes python_flint
87+
targets: SAGE_CHECK=no SAGE_CHECK_flint=warn SAGE_CHECK_python_flint=yes python_flint
8888
# Standard setting: Test the current beta release of Sage:
8989
sage_repo: sagemath/sage
9090
sage_ref: refs/pull/37224/head
@@ -103,7 +103,7 @@ jobs:
103103
osversion_xcodeversion_toxenv_tuples: >-
104104
[["latest", "", "homebrew-macos-usrlocal-minimal"],
105105
["latest", "", "homebrew-macos-usrlocal-standard"]]
106-
targets: SAGE_CHECK=no SAGE_CHECK_flint=yes SAGE_CHECK_python_flint=yes python_flint
106+
targets: SAGE_CHECK=no SAGE_CHECK_flint=warn SAGE_CHECK_python_flint=yes python_flint
107107
# Standard setting: Test the current beta release of Sage:
108108
sage_repo: sagemath/sage
109109
sage_ref: refs/pull/37224/head

0 commit comments

Comments
 (0)