Skip to content

Commit b3a7f30

Browse files
committed
Remove --user flag for pip install in CI setup
1 parent 5c4b7f2 commit b3a7f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# We need a recent version of `packaging`, otherwise we encounter this bug:
1818
# https://github.com/pypa/twine/issues/1216
1919
run: |
20-
python3 -m pip install --user build twine packaging>=25.0
20+
python3 -m pip install build twine packaging>=25.0
2121
python3 -m pip freeze
2222
- name: Build a binary wheel and a source tarball
2323
run: python3 -m build

0 commit comments

Comments
 (0)