File tree Expand file tree Collapse file tree 5 files changed +0
-238
lines changed Expand file tree Collapse file tree 5 files changed +0
-238
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ readme = "README.md"
66requires-python = " >=3.10.0"
77dependencies = [
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" ,
You can’t perform that action at this time.
0 commit comments