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 9e4274c commit f069e78Copy full SHA for f069e78
.github/workflows/test.yaml
@@ -49,7 +49,7 @@ jobs:
49
pip install pytest-cov
50
- name: Install dependencies
51
run: |
52
- pip install --pre -e ".[dev,test]"
+ pip install --pre -e ".[dev,test,pre]"
53
- name: Test
54
env:
55
MPLBACKEND: agg
0 commit comments