Skip to content

Commit ce46874

Browse files
committed
TST: Change quote style in rebase command.
1 parent 9ac4819 commit ce46874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
bash -c "/usr/bin/python3.8 -m pip install dist/numpy-*cp38*.whl"
5252
- name: Rebase NumPy compiled extensions
5353
run: |
54-
bash -c "/usr/bin/rebase --database --oblivious `/bin/dash tools/list_numpy_dlls.sh 3.8`"
54+
bash -c "/usr/bin/rebase --database --oblivious $(/bin/dash tools/list_numpy_dlls.sh 3.8)"
5555
- name: Run NumPy test suite
5656
run: >-
5757
dash -c "/usr/bin/python3.8 runtests.py -n -vv"

0 commit comments

Comments
 (0)