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 7b013ae commit 582e255Copy full SHA for 582e255
.github/workflows/test_code.yml
@@ -35,5 +35,10 @@ jobs:
35
- name: Install folium from source
36
run: python -m pip install -e . --no-deps --force-reinstall
37
38
+ - name: Install pixelmatch
39
+ shell: bash -l {0}
40
+ run: |
41
+ pip install pixelmatch
42
+
43
- name: Code tests
44
run: python -m pytest -vv --ignore=tests/selenium --ignore=tests/playwright
0 commit comments