Skip to content

Commit

Permalink
github: again.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Dec 5, 2021
1 parent 50ef645 commit fa8a2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install flake8 pytest
./tools/build_talib_from_source.bash $DEPS_PATH
env:
DEPS_PATH: ${{ env.GITHUB_WORKSPACE}}/dependencies
DEPS_PATH: ${{ github.workspace }}/dependencies
TA_INCLUDE_PATH: ${{ env.DEPS_PATH }}/include
TA_LIBRARY_PATH: ${{ env.DEPS_PATH }}/lib
- name: Lint with flake8
Expand All @@ -38,5 +38,5 @@ jobs:
run: |
PYTHONPATH=. pytest
env:
DEPS_PATH: ${{ env.GITHUB_WORKSPACE}}/dependencies
DEPS_PATH: ${{ github.workspace }}/dependencies
LD_LIBRARY_PATH: ${{ env.DEPS_PATH }}/lib

0 comments on commit fa8a2d2

Please sign in to comment.