Skip to content

Commit

Permalink
Fix python path
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan-tonic committed Jan 22, 2024
1 parent f8974dd commit ce25ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
poetry config virtualenvs.create false
poetry install --no-root --no-dev --no-directory
- name: Set PYTHONPATH
run: echo "PYTHONPATH=$GITHUB_WORKSPACE" >> $GITHUB_ENV
run: echo "PYTHONPATH=$PYTHONPATH:$GITHUB_WORKSPACE" >> $GITHUB_ENV
- name: Set up vector index
run: |
python -c "import sys; print('\n'.join(sys.path))"
Expand Down

0 comments on commit ce25ba5

Please sign in to comment.