mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
sudo
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
- name: Install Pipenv!
|
||||
run: |
|
||||
curl -s --retry 3 https://bootstrap.pypa.io/get-pip.py > /tmp/get-pip.py
|
||||
python3 /tmp/get-pip.py pipenv > /dev/null
|
||||
sudo python3 /tmp/get-pip.py pipenv > /dev/null
|
||||
rm -fr /tmp/get-pip.py
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user