Skip to content

Commit f78c128

Browse files
Make pip use --user in GHA CI/CD workflows
PR #6588 Co-authored-by: Sviatoslav Sydorenko <[email protected]>
1 parent 1dbfbb4 commit f78c128

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ jobs:
178178
env:
179179
COLOR: 'yes'
180180
AIOHTTP_NO_EXTENSIONS: ${{ matrix.no-extensions }}
181+
PIP_USER: 1
181182
run: |
182183
make vvtest
183184
python -m coverage xml

0 commit comments

Comments
 (0)