Skip to content

Commit

Permalink
Ensure pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Nov 29, 2023
1 parent ee40408 commit 74c6020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-rel-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
- name: Ensure latest pip
run: python -m pip install --upgrade pip

- name: Install Hatch
run: pip install --upgrade --pre hatch hatch-vcs
- name: Install Hatch & pre-commit
run: pip install --upgrade --pre hatch hatch-vcs pre-commit

- name: Install ourself
run: pip install -e .
Expand Down

0 comments on commit 74c6020

Please sign in to comment.