Skip to content

Commit

Permalink
Fix python path
Browse files Browse the repository at this point in the history
  • Loading branch information
b-butler committed Feb 15, 2021
1 parent 008fe97 commit c852ed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_paths.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ jobs:
run: |
. "${HOME}/test-env/bin/activate"
cd "$WORKSPACE"
python3 -m pytest
PYTHONPATH="${HOME}/${VENV_DIR}:${CONTAINER_PACKAGES}" \
python3 -m pytest

0 comments on commit c852ed3

Please sign in to comment.