We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6b9ba commit 3a192bdCopy full SHA for 3a192bd
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ jobs:
11
python-version: "3.12"
12
- name: Install dev requirements
13
run: pip install -r requirements_dev.txt
14
+ - name: Install local package
15
+ run: pip install .
16
- name: Check black
17
run: black --check oc4ids_datastore_pipeline/ tests/
18
- name: Check isort
0 commit comments