Skip to content

Commit a7a9ca3

Browse files
committed
Sudo pip installs (in container)
1 parent 2059a06 commit a7a9ca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828

2929
- name: Install python dependencies
3030
run: |
31-
pip install wheel build tox
32-
pip install .[dev]
31+
sudo -H pip install wheel build tox
32+
sudo -H pip install .[dev]
3333
3434
- name: Determine pyenv
3535
id: pyenv

0 commit comments

Comments
 (0)