Skip to content

Commit

Permalink
Fix pre-commit imports issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
cerrussell committed Jan 16, 2024
1 parent 9cfc30e commit 9748db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: python -m pip install .[dev]
- uses: actions/setup-python@v4
with:
python-version: "3.12"
Expand Down

0 comments on commit 9748db4

Please sign in to comment.