diff options
| -rw-r--r-- | .github/workflows/cygwin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index d18b47f97..a2c2aef69 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -79,7 +79,7 @@ jobs: - name: Run NumPy F2Py tests shell: "C:\\tools\\cygwin\\bin\\bash.exe -o igncr -eo pipefail {0}" # I need the separate processes more than I need the parallelization - run: /usr/bin/python3.9 runtests.py -n -s f2py -- --numprocesses=6; + run: /usr/bin/python3.9 runtests.py -n -s f2py -- --numprocesses=auto; - name: Upload wheel if tests fail uses: actions/upload-artifact@v3 if: failure() |
