Skip to content

Commit

Permalink
DEBUG: disable OpenBLAS check, see if PyPy tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Jul 23, 2023
1 parent 7c2e414 commit 0279a23
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion azure-steps-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,11 @@ steps:

- script: |
python -m pip install threadpoolctl
python tools/openblas_support.py --check_version
# FIXME: this check doesn't work with PyPy for some reason, getting:
# File "D:\a\1\s\tools\openblas_support.py", line 326, in test_version
# raise ValueError(f"expected single threadpool_info result, got {data}")
# ValueError: expected single threadpool_info result, got []
#python tools/openblas_support.py --check_version
displayName: 'Check OpenBLAS version'

- powershell: |
Expand Down

0 comments on commit 0279a23

Please sign in to comment.