diff options
author | DWesl <22566757+DWesl@users.noreply.github.com> | 2022-04-20 14:55:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 14:55:40 -0400 |
commit | 8c8610697ea784d7b7816bdb7655e82dfe2a4b8f (patch) | |
tree | 377751cd35b7183894b0e428d7f6e85389c34eee /.github | |
parent | 8eabfc75b171f7605be2267144b6bd18be94f113 (diff) | |
download | numpy-8c8610697ea784d7b7816bdb7655e82dfe2a4b8f.tar.gz |
CI: Add explanatory comment to workaround step
This should function as a reminder to revert the change (and start using OpenBLAS again) the next time Cygwin OpenBLAS updates.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cygwin.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 1664aa107..55ca003b3 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -30,6 +30,9 @@ jobs: with: dirs: 'C:\tools\cygwin\lib\lapack;C:\tools\cygwin\bin' - name: Remove OpenBLAS + # Added to work around OpenBLAS bugs on AVX-512 + # Add libopenblas to the Cygwin install step when removing this step + # Should be possible after next Cygwin OpenBLAS update. run: | dash -c "/bin/rm -f /usr/bin/cygblas-0.dll" - name: Verify that bash is Cygwin bash |