Skip to content

Commit

Permalink
fix: Explicitly add python path
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMPN authored Dec 23, 2024
1 parent ab60768 commit 54336b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sdk-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
pip install pytest
pip install pytest-asyncio
pip install -r ./protollm_tools/sdk/requirements.txt
- name: Set PYTHONPATH
run: |
echo "PYTHONPATH=$GITHUB_WORKSPACE" >> $GITHUB_ENV
- name: Test sdk with pytest
run: |
pytest -s ./protollm_tools/sdk/tests

0 comments on commit 54336b5

Please sign in to comment.