Skip to content

Commit bc1098d

Browse files
authored
Update ci.yml
1 parent 3142105 commit bc1098d

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,7 +26,8 @@ jobs:
2626
- name: Install Dependencies
2727
run: |
2828
pip install -U pip
29-
pip install wheel seaborn plotnine
29+
pip install wheel seaborn
30+
pip install plotnine==0.12.4
3031
pip install pytest pytest-cov
3132
pip install .
3233

0 commit comments

Comments
 (0)