We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e27955e commit afb72d9Copy full SHA for afb72d9
.github/workflows/reusable-smoke-test.yml
@@ -85,7 +85,7 @@ jobs:
85
apt update --yes &&
86
apt install --yes cargo python3 python3-pip python-is-python3
87
- name: Install the packaging-related tools
88
- run: python3 -m pip install build twine --prefer-binary
+ run: python3 -m pip install build twine --prefer-binary --user
89
env:
90
PIP_CONSTRAINT: test/requirements/runtime.txt
91
- name: Create the stub package importable directory
0 commit comments