Skip to content

Commit

Permalink
Try to fix publish CI on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tvoinarovskyi committed Nov 21, 2022
1 parent e7dd0cc commit bc8967c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ jobs:

- name: Install python dependencies
run: |
pip install --upgrade pip setuptools wheel
pip install -r requirements-win-test.txt
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 }}
shell: bash

- name: Run Unit Tests
Expand Down

0 comments on commit bc8967c

Please sign in to comment.