diff options
author | Matti Picus <matti.picus@gmail.com> | 2023-01-30 19:21:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-30 19:21:51 +0200 |
commit | 9d2c0197b1b7171be722c9cb2642e438c472edcc (patch) | |
tree | 592b966d7fdf415a5ff727eac075da1fe94d8b69 /.github | |
parent | 243c42e5d2ede60fd07d5df126ace216683d4783 (diff) | |
parent | 2293a623b9deebdd284336e223ac175a7baa77b0 (diff) | |
download | numpy-9d2c0197b1b7171be722c9cb2642e438c472edcc.tar.gz |
Merge pull request #23073 from DWesl/patch-2
CI: Rebase NumPy compiled extension test modules on Cygwin
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cygwin.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 04f21aab6..cc633ffe8 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -66,8 +66,9 @@ jobs: run: | dash "tools/rebase_installed_dlls_cygwin.sh" 3.9 - name: Run NumPy test suite - run: >- - dash -c "/usr/bin/python3.9 runtests.py -n" + shell: "C:\\tools\\cygwin\\bin\\bash.exe -o igncr -eo pipefail {0}" + run: | + /usr/bin/python3.9 runtests.py -n - name: Upload wheel if tests fail uses: actions/upload-artifact@v3 if: failure() |