diff options
author | DWesl <22566757+DWesl@users.noreply.github.com> | 2021-12-27 00:20:14 -0500 |
---|---|---|
committer | DWesl <22566757+DWesl@users.noreply.github.com> | 2021-12-27 00:20:14 -0500 |
commit | 8eabfc75b171f7605be2267144b6bd18be94f113 (patch) | |
tree | 093f81335986b4781aad3b5908e180fef0fbc59f /.github | |
parent | 6dfbe0340ac409094bb907de8464264916924ddd (diff) | |
download | numpy-8eabfc75b171f7605be2267144b6bd18be94f113.tar.gz |
CI: Run Cygwin CI with Netlib reference BLAS.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cygwin.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index fdc776785..1664aa107 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -23,12 +23,15 @@ jobs: python38-devel python38-zipp python38-importlib-metadata python38-cython python38-pip python38-wheel python38-cffi python38-pytz python38-setuptools python38-pytest - python38-hypothesis liblapack-devel libopenblas + python38-hypothesis liblapack-devel gcc-fortran gcc-g++ git dash - name: Set Windows PATH uses: egor-tensin/cleanup-path@v1 with: - dirs: 'C:\tools\cygwin\bin;C:\tools\cygwin\lib\lapack' + dirs: 'C:\tools\cygwin\lib\lapack;C:\tools\cygwin\bin' + - name: Remove OpenBLAS + run: | + dash -c "/bin/rm -f /usr/bin/cygblas-0.dll" - name: Verify that bash is Cygwin bash run: | command bash |