Skip to content

Commit

Permalink
Disable 1.34 from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hansthen committed May 5, 2024
1 parent e52c075 commit d04154d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/run_tests_each_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@

name: Run tests each PR

on: push
on:
push:
branches: [master]
pull_request:
branches: [master]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
streamlit>=1.13.0
streamlit>=1.13.0,!=1.34.0
pytest>=7.1.2
folium>=0.13,!=0.15.0
pytest-playwright
pytest-rerunfailures
geopandas
geopandas

0 comments on commit d04154d

Please sign in to comment.