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.
2 parents 39bef72 + bc1098d commit a8da1d5Copy full SHA for a8da1d5
1 file changed
.github/workflows/ci.yml
@@ -26,7 +26,8 @@ jobs:
26
- name: Install Dependencies
27
run: |
28
pip install -U pip
29
- pip install wheel seaborn plotnine
+ pip install wheel seaborn
30
+ pip install plotnine==0.12.4
31
pip install pytest pytest-cov
32
pip install .
33
0 commit comments