Skip to content

Commit

Permalink
pythonpackage.yml: export PYTHONPATH for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
ickc committed Dec 19, 2020
1 parent ffb680e commit 265770e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -72,6 +72,8 @@ jobs:
sudo dpkg -i "${downloadUrl##*/}"
- name: Tests
run: |
# for coveralls to work properly
export PYTHONPATH=$(realpath src)
# TODO cleanup when pypy 3.7 and numpy for pypy 3.7 stable release
if [[ ${{ matrix.python-version }} == pypy3 ]]; then
export PATH="$HOME/.local/bin:$PATH"
Expand Down

0 comments on commit 265770e

Please sign in to comment.