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 9fe1f9c commit f3158e0Copy full SHA for f3158e0
.github/workflows/tests.yml
@@ -31,6 +31,7 @@ jobs:
31
python -m pip install scipy
32
python -m pip install opencv-python
33
python -m pip install matplotlib
34
+ python -m pip install more_itertools
35
python -m pip install git+https://github.com/inikishev/visualbench.git
36
- name: Test with pytest
37
run: |
0 commit comments