Skip to content

Commit d489c83

Browse files
authored
Merge pull request numpy#26991 from ngoldbaum/scipy-openblas-fix-ci
MAINT: mark scipy-openblas nightly tests as allowed to fail
2 parents 9235755 + 8af10cd commit d489c83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linux_blas.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ jobs:
111111
shell: 'script -q -e -c "bash --noprofile --norc -eo pipefail {0}"'
112112
env:
113113
TERM: xterm-256color
114-
114+
# TODO: remove when scipy-openblas nightly tests aren't failing anymore.
115+
# xref gh-26824
116+
continue-on-error: true
115117
run: |
116118
pip install pytest pytest-xdist hypothesis typing_extensions
117119
spin test -j auto

0 commit comments

Comments
 (0)