Skip to content

Commit 487bdf9

Browse files
Update CI build
1 parent 1fd24f7 commit 487bdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install dependencies
1313
run: |
1414
sudo apt install protobuf-compiler
15-
pip install pipenv
15+
pip3 install pipenv
1616
pipenv install --dev
1717
- name: Run tests
1818
run: |

0 commit comments

Comments
 (0)