Skip to content

Commit 3bff10e

Browse files
committed
pip install the package
1 parent 05088bf commit 3bff10e

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
2727
pip install -r requirements.txt
2828
pip install ecos
29+
pip install -e .
2930
- name: Generate coverage report
3031
run: |
3132
pip install pytest pytest-cov

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
pip install -r requirements.txt
3333
pip install pytest
3434
pip install ecos
35+
pip install -e .
36+
3537
- name: Test with pytest
3638
run: |
3739
pytest ./tests

0 commit comments

Comments
 (0)