Skip to content

Commit 02d2f2e

Browse files
committed
global install
1 parent 4261053 commit 02d2f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: 3.7
1919

2020
- name: Install dependencies for build
21-
run: pip install --user --upgrade setuptools wheel
21+
run: pip install --upgrade setuptools wheel
2222

2323
- name: Build
2424
run: python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)