Skip to content

Commit 077e34d

Browse files
committed
Move pixelmatch away from conda and mamba
1 parent e806e55 commit 077e34d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test_playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install streamlit-folium
2727
shell: bash -l {0}
2828
run: |
29-
pip install streamlit-folium pytest-playwright pytest-rerunfailures
29+
pip install streamlit-folium pytest-playwright pytest-rerunfailures pixelmatch
3030
3131
- name: Install playwright dependencies
3232
shell: bash -l {0}

requirements-dev.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ nbval
2525
owslib
2626
pandas >=2
2727
pillow
28-
pixelmatch
2928
pre-commit
3029
pycodestyle
3130
pydata-sphinx-theme

0 commit comments

Comments
 (0)