mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Try pip install --user
This commit is contained in:
parent
229c845481
commit
4f1a9d1bfd
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ jobs:
|
|||
- checkout
|
||||
- run: cd ~ && wget https://nodejs.org/dist/v8.7.0/node-v8.7.0-linux-x64.tar.gz
|
||||
- run: cd /usr/local/ && sudo tar --strip-components 1 -xzf ~/node-v8.7.0-linux-x64.tar.gz
|
||||
- run: pip install wheel boto3
|
||||
- run: pip install --user wheel boto3
|
||||
- run: npm install
|
||||
- run: npm run dist
|
||||
- run: PYTHONPATH=. python scripts/nightly/get_version.py > __init__.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue