Skip to content

Commit 8af10cd

Browse files
committed
MAINT: add a comment explaining why we are doing this
1 parent 5cf3455 commit 8af10cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux_blas.yml

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

0 commit comments

Comments
 (0)