Skip to content

Commit

Permalink
Updated Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Avani7 committed Mar 4, 2024
1 parent 0ca2e70 commit 2214606
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/setup-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
- name: Test with pytest
run: |
export CPATH=$CPATH:/usr/local/include
export C_INCLUDE_PATH=$pythonLocation/include/python${{ matrix.python-version }}:$C_INCLUDE_PATH
export C_INCLUDE_PATH=$pythonLocation/include/python${{ github.workspace }}:$C_INCLUDE_PATH
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
python -m pytest tests/unittest

0 comments on commit 2214606

Please sign in to comment.