Skip to content

Commit 5ac014e

Browse files
KyleKingclaude
andauthored
fix(ci): install package before running prek in prek-hook job (#68)
Co-authored-by: Claude <[email protected]>
1 parent 0154c54 commit 5ac014e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
with:
5757
python-version: 3.12
5858
- name: Installation (deps and package)
59+
run: |
60+
pip install flit~=3.10.1
61+
flit install --deps=production --pth-file
62+
- name: Install prek
5963
uses: j178/prek-action@v1
6064
with:
6165
install-only: true

0 commit comments

Comments
 (0)