Skip to content

Commit b2f5f53

Browse files
xmatthiasmrjbq7
authored andcommitted
Simplify CI test installation
1 parent e72302f commit b2f5f53

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/tests.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ jobs:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
2222
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
23+
pip install --upgrade pip wheel
24+
pip install -r requirements_test.txt
25+
pip install flake8
2726
./tools/build_talib_from_source.bash $DEPS_PATH
2827
env:
2928
DEPS_PATH: ${{ github.workspace }}/dependencies

0 commit comments

Comments
 (0)