Skip to content

Commit 3944a4e

Browse files
committed
Install pydolphinscheduler before run coverage
1 parent 8e4f091 commit 3944a4e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/py-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
with:
9191
python-version: 3.7
9292
- name: Install Development Dependences
93-
run: pip install -r requirements_dev.txt
93+
run: |
94+
pip install -r requirements_dev.txt
95+
pip install -e .
9496
- name: Run Tests && Check coverage
9597
run: coverage run && coverage report

0 commit comments

Comments
 (0)