Skip to content

Commit

Permalink
Simplify CI test installation
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias authored and mrjbq7 committed Apr 13, 2023
1 parent e72302f commit b2f5f53
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install -r requirements.txt
python -m pip install -r requirements_test.txt
pip install flake8 pytest
pip install --upgrade pip wheel
pip install -r requirements_test.txt
pip install flake8
./tools/build_talib_from_source.bash $DEPS_PATH
env:
DEPS_PATH: ${{ github.workspace }}/dependencies
Expand Down

0 comments on commit b2f5f53

Please sign in to comment.