Skip to content

Commit 3a192bd

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

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
@@ -11,6 +11,8 @@ jobs:
1111
python-version: "3.12"
1212
- name: Install dev requirements
1313
run: pip install -r requirements_dev.txt
14+
- name: Install local package
15+
run: pip install .
1416
- name: Check black
1517
run: black --check oc4ids_datastore_pipeline/ tests/
1618
- name: Check isort

0 commit comments

Comments
 (0)