We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac4819 commit ce46874Copy full SHA for ce46874
.github/workflows/cygwin.yml
@@ -51,7 +51,7 @@ jobs:
51
bash -c "/usr/bin/python3.8 -m pip install dist/numpy-*cp38*.whl"
52
- name: Rebase NumPy compiled extensions
53
run: |
54
- bash -c "/usr/bin/rebase --database --oblivious `/bin/dash tools/list_numpy_dlls.sh 3.8`"
+ bash -c "/usr/bin/rebase --database --oblivious $(/bin/dash tools/list_numpy_dlls.sh 3.8)"
55
- name: Run NumPy test suite
56
run: >-
57
dash -c "/usr/bin/python3.8 runtests.py -n -vv"
0 commit comments