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 62ba50f commit 8c9dcd0Copy full SHA for 8c9dcd0
1 file changed
.github/workflows/ci.yml
@@ -26,8 +26,9 @@ jobs:
26
- name: Install Dependencies
27
run: |
28
pip install -U pip
29
+ pip install wheel seaborn plotnine
30
+ pip install pytest pytest-cov
31
pip install .
- pip install seaborn plotnine
32
33
- name: Run pytest
34
run: pytest tests --tb=line --cov=src --cov-report=xml --cov-report=term
0 commit comments