summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDWesl <22566757+DWesl@users.noreply.github.com>2021-10-28 20:45:56 -0400
committerDWesl <22566757+DWesl@users.noreply.github.com>2021-10-28 20:45:56 -0400
commitce46874e0f096803e82261a2dfd2bd7ea54e5095 (patch)
tree530249a8aed05eeea2a1e44887ac81fa119c7244
parent9ac4819d4722d2da4fcf1d715fb7a754f17ce19c (diff)
downloadnumpy-ce46874e0f096803e82261a2dfd2bd7ea54e5095.tar.gz
TST: Change quote style in rebase command.
-rw-r--r--.github/workflows/cygwin.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index 89320358a..46b305476 100644
--- a/.github/workflows/cygwin.yml
+++ b/.github/workflows/cygwin.yml
@@ -51,7 +51,7 @@ jobs:
bash -c "/usr/bin/python3.8 -m pip install dist/numpy-*cp38*.whl"
- name: Rebase NumPy compiled extensions
run: |
- 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)"
- name: Run NumPy test suite
run: >-
dash -c "/usr/bin/python3.8 runtests.py -n -vv"