Skip to content

Commit afb72d9

Browse files
committed
debug! user install
1 parent e27955e commit afb72d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
apt update --yes &&
8686
apt install --yes cargo python3 python3-pip python-is-python3
8787
- name: Install the packaging-related tools
88-
run: python3 -m pip install build twine --prefer-binary
88+
run: python3 -m pip install build twine --prefer-binary --user
8989
env:
9090
PIP_CONSTRAINT: test/requirements/runtime.txt
9191
- name: Create the stub package importable directory

0 commit comments

Comments
 (0)