Skip to content

Commit

Permalink
Modify PYTHONPATH in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
klntsky committed Nov 8, 2024
1 parent 879fe8f commit f0e8a5e
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"
PYTHONPATH: "${{ github.workspace }}/python/metaprompt"
run: |
pytest

0 comments on commit f0e8a5e

Please sign in to comment.