Skip to content

Commit 1fd24f7

Browse files
Fix CI dependency install
1 parent f4389a2 commit 1fd24f7

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
@@ -11,7 +11,8 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- name: Install dependencies
1313
run: |
14-
sudo apt install protobuf-compiler pipenv
14+
sudo apt install protobuf-compiler
15+
pip install pipenv
1516
pipenv install --dev
1617
- name: Run tests
1718
run: |

0 commit comments

Comments
 (0)