Skip to content

Commit 582e255

Browse files
committed
Include pixelmatch dependency
1 parent 7b013ae commit 582e255

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test_code.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,10 @@ jobs:
3535
- name: Install folium from source
3636
run: python -m pip install -e . --no-deps --force-reinstall
3737

38+
- name: Install pixelmatch
39+
shell: bash -l {0}
40+
run: |
41+
pip install pixelmatch
42+
3843
- name: Code tests
3944
run: python -m pytest -vv --ignore=tests/selenium --ignore=tests/playwright

0 commit comments

Comments
 (0)