Skip to content

Commit 9b3437f

Browse files
committed
Installing without --user
1 parent 1d43023 commit 9b3437f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: sphinx-build -E -W -b html . _build/html
5858
- name: Build README
5959
run: |
60-
pip install --user --upgrade setuptools wheel twine readme_renderer testresources
60+
pip install --upgrade setuptools wheel twine readme_renderer testresources
6161
python setup.py sdist
6262
python setup.py bdist_wheel --universal
6363
twine check dist/*

0 commit comments

Comments
 (0)