Skip to content

Commit dc8f0ac

Browse files
committed
Update GitHub workflow
1 parent d78fbc8 commit dc8f0ac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
pip install -r requirements-tests.txt
2929
pip install -r requirements-dev.txt
3030
31+
- name: Install Monic Framework
32+
run: |
33+
pip install -e .
34+
3135
- name: Run tests with coverage
3236
run: |
3337
pytest --cov=monic tests/

0 commit comments

Comments
 (0)