Skip to content

Commit

Permalink
debug! user install
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 8, 2024
1 parent e27955e commit afb72d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
apt update --yes &&
apt install --yes cargo python3 python3-pip python-is-python3
- name: Install the packaging-related tools
run: python3 -m pip install build twine --prefer-binary
run: python3 -m pip install build twine --prefer-binary --user
env:
PIP_CONSTRAINT: test/requirements/runtime.txt
- name: Create the stub package importable directory
Expand Down

0 comments on commit afb72d9

Please sign in to comment.