We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dd0cc commit bc8967cCopy full SHA for bc8967c
.github/workflows/publish.yml
@@ -98,9 +98,9 @@ jobs:
98
99
- name: Install python dependencies
100
run: |
101
- pip install --upgrade pip setuptools wheel
102
- pip install -r requirements-win-test.txt
103
- pip install ${{ matrix.aiokafka_whl }}
+ python -m pip install --upgrade pip setuptools wheel
+ python -m pip install -r requirements-win-test.txt
+ python -m pip install ${{ matrix.aiokafka_whl }}
104
shell: bash
105
106
- name: Run Unit Tests
0 commit comments