Skip to content

Commit f06be90

Browse files
ci: install local package before tests
1 parent 2b6b9ba commit f06be90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
- uses: actions/setup-python@v5
1010
with:
1111
python-version: "3.12"
12+
- name: Install local package
13+
run: pip install .
1214
- name: Install dev requirements
1315
run: pip install -r requirements_dev.txt
1416
- name: Check black

0 commit comments

Comments
 (0)