From 52fa599c5637dd1a38761afb6829b0439b1cf505 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 13 Sep 2022 02:07:10 +0200 Subject: [PATCH] Make user-installed pip binaries available in CI --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1a4c35212c..66636d2fa41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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'