Skip to content
This repository was archived by the owner on Oct 4, 2024. It is now read-only.

Commit 8a6fdb0

Browse files
committed
workaround to pypa/pip#10851
1 parent b53a6c5 commit 8a6fdb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515

1616
- name: lint
1717
run: |
18+
pip install --upgrade pip
1819
pip install --user .[dev]
1920
tox -e pre-commit,mypy
2021

0 commit comments

Comments
 (0)