Skip to content

Commit

Permalink
Update PYTHONPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky committed Nov 11, 2024
1 parent 77d938c commit 26cb84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Run tests
working-directory: python/metaprompt
env:
PYTHONPATH: "${{ github.workspace }}/python/metaprompt"
PYTHONPATH: "${{ github.workspace }}/python/metaprompt/src"
run: |
pytest

0 comments on commit 26cb84c

Please sign in to comment.