We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e72302f commit b2f5f53Copy full SHA for b2f5f53
.github/workflows/tests.yml
@@ -20,10 +20,9 @@ jobs:
20
python-version: ${{ matrix.python-version }}
21
- name: Install dependencies
22
run: |
23
- python -m pip install --upgrade pip wheel
24
- python -m pip install -r requirements.txt
25
- python -m pip install -r requirements_test.txt
26
- pip install flake8 pytest
+ pip install --upgrade pip wheel
+ pip install -r requirements_test.txt
+ pip install flake8
27
./tools/build_talib_from_source.bash $DEPS_PATH
28
env:
29
DEPS_PATH: ${{ github.workspace }}/dependencies
0 commit comments