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 3142105 commit bc1098dCopy full SHA for bc1098d
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