Skip to content

Commit dc09d25

Browse files
author
FusionSolutions
committed
upload
1 parent 3919762 commit dc09d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
run: |
3131
apt-get install build-essential
3232
python -m pip install --upgrade pip
33-
pip install wheel --user
34-
if [ -f requirements.txt ]; then pip install -r requirements.txt --user; fi
33+
pip install wheel
34+
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3535
- name: Build packages
3636
run: |
3737
python setup.py build

0 commit comments

Comments
 (0)