Skip to content

Commit f3158e0

Browse files
committed
added more_itertools install to tests action
1 parent 9fe1f9c commit f3158e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
python -m pip install scipy
3232
python -m pip install opencv-python
3333
python -m pip install matplotlib
34+
python -m pip install more_itertools
3435
python -m pip install git+https://github.com/inikishev/visualbench.git
3536
- name: Test with pytest
3637
run: |

0 commit comments

Comments
 (0)