Skip to content

Commit 8c9dcd0

Browse files
committed
Fix install dependencies cmd
1 parent 62ba50f commit 8c9dcd0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
- name: Install Dependencies
2727
run: |
2828
pip install -U pip
29+
pip install wheel seaborn plotnine
30+
pip install pytest pytest-cov
2931
pip install .
30-
pip install seaborn plotnine
3132
3233
- name: Run pytest
3334
run: pytest tests --tb=line --cov=src --cov-report=xml --cov-report=term

0 commit comments

Comments
 (0)