Skip to content

Commit

Permalink
Set PYTHONPATH in CI/CD pipeline to include src directory
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Aug 20, 2024
1 parent 3e2d819 commit adbec94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Set PYTHONPATH
run: |
echo "PYTHONPATH=$PYTHONPATH:${{ github.workspace }}/src" >> $GITHUB_ENV
- name: Run tests
run: |
pytest
Expand Down

0 comments on commit adbec94

Please sign in to comment.