-
Notifications
You must be signed in to change notification settings - Fork 2.2k
CI: run Geopandas tests #2116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: run Geopandas tests #2116
Conversation
This reverts commit c24b132.
.github/workflows/test_geopandas.yml
Outdated
- name: Install Geopandas dev dependencies | ||
run: | | ||
pip install -r geopandas/requirements-dev.txt | ||
pip install geodatasets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@martinfleis I was a bit surprised that I had to install geodatasets
separately, is that expected? Or did I mis something? I don't mind, just checking.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update requirements-dev. Sorry for that, we're not really using it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No worries
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Co-authored-by: Martin Fleischmann <[email protected]>
Add a workflow to run the Geopandas tests on the dev version of Folium.
Verified this works by pushing a commit to Folium that breaks the Geopandas tests, then restoring it of course.