Skip to content

Commit bb7a592

Browse files
committed
removing geo chart as actions builds problematic
1 parent 48a5420 commit bb7a592

File tree

5 files changed

+0
-238
lines changed

5 files changed

+0
-238
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,20 +50,6 @@ jobs:
5050
version=$(uvx --from=toml-cli toml get --toml-path=pyproject.toml project.version) &&
5151
uvx --from=toml-cli toml set --toml-path=pyproject.toml project.version $version.dev.$(date +%s)
5252
53-
54-
# Add geospatial
55-
# Add the Ubuntu GIS PPA
56-
- name: install geospatial deps
57-
run: |
58-
sudo apt-get -y install software-properties-common
59-
sudo add-apt-repository ppa:ubuntugis/ppa && sudo apt update
60-
sudo apt-get -y install geos
61-
sudo apt-get -y install gdal-bin
62-
sudo apt-get -y install libgdal-dev
63-
export CPLUS_INCLUDE_PATH=/usr/include/gdal
64-
export C_INCLUDE_PATH=/usr/include/gdal
65-
sudo apt-get -y install proj-bin
66-
6753
- name: Install dependencies
6854
run: |
6955
uv sync

.github/workflows/tests.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,6 @@ jobs:
4242
run: |
4343
sudo apt-get -y install openssl graphviz nano texlive graphviz-dev unzip build-essential
4444
45-
# Add geospatial
46-
# Add the Ubuntu GIS PPA
47-
- name: install geospatial deps
48-
run: |
49-
sudo apt-get -y install software-properties-common
50-
sudo add-apt-repository ppa:ubuntugis/ppa && sudo apt update
51-
sudo apt-get -y install geos
52-
sudo apt-get -y install gdal-bin
53-
sudo apt-get -y install libgdal-dev
54-
export CPLUS_INCLUDE_PATH=/usr/include/gdal
55-
export C_INCLUDE_PATH=/usr/include/gdal
56-
sudo apt-get -y install proj-bin
57-
5845
- name: Install dependencies
5946
run: |
6047
uv sync

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ readme = "README.md"
66
requires-python = ">=3.10.0"
77
dependencies = [
88
"beautifulsoup4>=4.12.3",
9-
"geopandas>=1.0.1",
109
"ghp-import>=2.1.0",
1110
"graphviz>=0.20.3",
1211
"ibis-framework[sqlite]>=9.5.0",

0 commit comments

Comments
 (0)