Skip to content

Commit bc8967c

Browse files
Try to fix publish CI on windows
1 parent e7dd0cc commit bc8967c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ jobs:
9898

9999
- name: Install python dependencies
100100
run: |
101-
pip install --upgrade pip setuptools wheel
102-
pip install -r requirements-win-test.txt
103-
pip install ${{ matrix.aiokafka_whl }}
101+
python -m pip install --upgrade pip setuptools wheel
102+
python -m pip install -r requirements-win-test.txt
103+
python -m pip install ${{ matrix.aiokafka_whl }}
104104
shell: bash
105105

106106
- name: Run Unit Tests

0 commit comments

Comments
 (0)