Skip to content

Commit f5160f9

Browse files
committed
Install streamlit requirements
1 parent f8e1804 commit f5160f9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test_playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
python -m pip install --upgrade pip
3131
pip install flake8 pytest pytest-playwright
32-
if [ -f tests/requirements.txt ]; then pip install -r tests/requirements.txt; fi
32+
if [ -f tests/streamlit/requirements.txt ]; then pip install -r tests/streamlit/requirements.txt; fi
3333
pip install -e . --force-reinstall
3434
- uses: pre-commit/[email protected]
3535
- name: Install playwright dependencies

tests/streamlit/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
geopandas
2+
pytest>=7.1.2
3+
pytest-playwright
4+
pytest-rerunfailures
5+
streamlit>=1.13.0,!=1.34.0

0 commit comments

Comments
 (0)