Skip to content

Commit

Permalink
Install streamlit requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
hansthen committed Jan 18, 2025
1 parent f8e1804 commit f5160f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest pytest-playwright
if [ -f tests/requirements.txt ]; then pip install -r tests/requirements.txt; fi
if [ -f tests/streamlit/requirements.txt ]; then pip install -r tests/streamlit/requirements.txt; fi
pip install -e . --force-reinstall
- uses: pre-commit/action@v2.0.3
- name: Install playwright dependencies
Expand Down
5 changes: 5 additions & 0 deletions tests/streamlit/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
geopandas
pytest>=7.1.2
pytest-playwright
pytest-rerunfailures
streamlit>=1.13.0,!=1.34.0

0 comments on commit f5160f9

Please sign in to comment.