Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 73681aa

Browse filesBrowse files
committed
github: maybe?
1 parent 6d8f4c4 commit 73681aa
Copy full SHA for 73681aa

1 file changed

+3-6Lines changed: 3 additions & 6 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/pytest.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/pytest.yml
+3-6Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ jobs:
2626
./tools/build_talib_from_source.bash $DEPS_PATH
2727
env:
2828
DEPS_PATH: ${{ github.workspace }}/dependencies
29-
TA_INCLUDE_PATH: ${{ env.DEPS_PATH }}/include
30-
TA_LIBRARY_PATH: ${{ env.DEPS_PATH }}/lib
29+
TA_INCLUDE_PATH: ${{ github.workspace }}/dependencies/lib
30+
TA_LIBRARY_PATH: ${{ github.workspace }}/dependencies/lib
3131
- name: Build cython modules in-place
3232
run: |
3333
python setup.py build_ext --inplace --include-dirs=$DEPS_PATH/include --library-dirs=$DEPS_PATH/lib
@@ -41,9 +41,6 @@ jobs:
4141
#flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4242
- name: Test with pytest
4343
run: |
44-
echo $DEPS_PATH
45-
echo $LD_LIBRARY_PATH
4644
PYTHONPATH=. pytest
4745
env:
48-
DEPS_PATH: ${{ github.workspace }}/dependencies
49-
LD_LIBRARY_PATH: ${{ env.DEPS_PATH }}/lib
46+
LD_LIBRARY_PATH: ${{ github.workspace }}/dependencies/lib

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.