Skip to content

Commit

Permalink
Merge pull request #2012 from ocefpaf/fiona
Browse files Browse the repository at this point in the history
add fiona and ensure latest geopandas
  • Loading branch information
ocefpaf authored Oct 21, 2024
2 parents d9e1e9a + b46f126 commit 9a69958
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,29 @@ permissions:
jobs:
run:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
ref: main

- name: Setup Micromamba env
uses: mamba-org/setup-micromamba@v2
with:
environment-name: TEST
init-shell: bash
create-args: >-
python=3
--file requirements.txt
--file requirements-dev.txt
- name: Install folium from source
shell: bash -l {0}
run: python -m pip install -e . --no-deps --force-reinstall

- name: Build documentation
shell: bash -l {0}
run: |
set -e
pushd docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.12"]
python-version: ["3.9", "3.12"]
experimental: [false]
include:
- python-version: "3.12"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_selenium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.8", "3.12" ]
python-version: [ "3.9", "3.12" ]
fail-fast: false

steps:
Expand Down
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ altair>=5.0.0
cartopy
check-manifest
descartes
fiona
flake8
flake8-builtins
flake8-comprehensions
Expand All @@ -10,7 +11,7 @@ flake8-mutable
flake8-nb>=0.2.5
geodatasets
geographiclib
geopandas
geopandas>=1
gpxpy
ipykernel
jenkspy
Expand Down

0 comments on commit 9a69958

Please sign in to comment.