Skip to content

Commit 76d3294

Browse files
committed
Fix pre-commit workflow
1 parent 8331fc7 commit 76d3294

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: actions/setup-python@v4
1919
with:
2020
python-version: 3.11
21+
- name: Installation (deps and package)
22+
run: pip install .
2123
- uses: pre-commit/[email protected]
2224

2325
tests:

0 commit comments

Comments
 (0)