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 05088bf commit 3bff10eCopy full SHA for 3bff10e
2 files changed
.github/workflows/codecov.yml
@@ -26,6 +26,7 @@ jobs:
26
run: |
27
pip install -r requirements.txt
28
pip install ecos
29
+ pip install -e .
30
- name: Generate coverage report
31
32
pip install pytest pytest-cov
.github/workflows/main.yml
@@ -32,6 +32,8 @@ jobs:
33
pip install pytest
34
35
36
+
37
- name: Test with pytest
38
39
pytest ./tests
0 commit comments