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

Commit

Permalink
workaround to pypa/pip#10851
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Mar 11, 2023
1 parent b53a6c5 commit 8a6fdb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

- name: lint
run: |
pip install --upgrade pip
pip install --user .[dev]
tox -e pre-commit,mypy
Expand Down

0 comments on commit 8a6fdb0

Please sign in to comment.