We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dda513b commit b77020fCopy full SHA for b77020f
1 file changed
.github/workflows/tests.yml
@@ -26,7 +26,7 @@ jobs:
26
pip install --upgrade pip wheel setuptools
27
pip install -r requirements_test.txt
28
pip install flake8
29
- ./tools/build_talib_linux.sh
+ bash ./tools/build_talib_linux.sh
30
31
- name: Build cython modules in-place
32
run: |
0 commit comments