Skip to content

Commit f21dda0

Browse files
committed
ci: Fix Windows pip issues
1 parent c45d648 commit f21dda0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ jobs:
2727
path: .venv
2828
key: ${{ runner.os }}-${{ matrix.python }}-dependencies-${{ hashFiles('**/poetry.lock') }}
2929
restore-keys: |
30-
${{ runner.os }}-${{ matrix.python }}-dependencies-
30+
${{ runner.os }}-${{ matrix.python }}-dependencies-v2
3131
- name: Install dependencies
3232
run: |
3333
pip install poetry
3434
poetry config virtualenvs.in-project true
35-
poetry run pip install --upgrade pip
35+
poetry run python -m pip install --upgrade pip
3636
poetry install
3737
3838
- name: Run Black

0 commit comments

Comments
 (0)