Skip to content

Commit 972ed46

Browse files
Try pip user install and path update
1 parent 487bdf9 commit 972ed46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
- name: Install dependencies
1313
run: |
1414
sudo apt install protobuf-compiler
15-
pip3 install pipenv
15+
pip3 install --user pipenv
16+
export PATH="$HOME/.local/bin:$PATH"
1617
pipenv install --dev
1718
- name: Run tests
1819
run: |

0 commit comments

Comments
 (0)