Skip to content

Commit b77020f

Browse files
committed
.github/workflows: ...
1 parent dda513b commit b77020f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
pip install --upgrade pip wheel setuptools
2727
pip install -r requirements_test.txt
2828
pip install flake8
29-
./tools/build_talib_linux.sh
29+
bash ./tools/build_talib_linux.sh
3030
3131
- name: Build cython modules in-place
3232
run: |

0 commit comments

Comments
 (0)