Skip to content

Commit a8da1d5

Browse files
committed
Merge branch 'main' of github.com:ponnhide/patchworklib
2 parents 39bef72 + bc1098d commit a8da1d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/ci.yml

+2-1
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)