8000 ci: fix windows python 3.6 environment issue · danielgtaylor/python-betterproto@6e8a5ca · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e8a5ca

Browse files
committed
ci: fix windows python 3.6 environment issue
1 parent 075c5b4 commit 6e8a5ca

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
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install dependencies
5656
shell: bash
5757
run: |
58-
poetry run python -m pip install pip -U
58+
poetry run python -m pip install pip wheel -U
5959
poetry install
6060
6161
- name: Generate code from proto files

0 commit comments

Comments
 (0)
0