Skip to content

Commit

Permalink
Make user-installed pip binaries available in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 13, 2022
1 parent e260753 commit 52fa599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -194,7 +194,8 @@ jobs:
AIOHTTP_NO_EXTENSIONS: ${{ matrix.no-extensions }}
PIP_USER: 1
run: |
make vvtest
PATH="${HOME}/.local/bin:${PATH}" make vvtest
shell: bash
- name: Turn coverage into xml
env:
COLOR: 'yes'
Expand Down

0 comments on commit 52fa599

Please sign in to comment.