File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Test Python Prerelease
22on :
33 workflow_dispatch :
4- push :
5- branches : [ "main" ]
6- paths : [ "src/**" ]
4+
5+ permissions :
6+ contents : read
7+
78jobs :
89 test-on-prerelease-python :
910 runs-on : ubuntu-latest
1011
11- container :
12- image : ghcr.io/corbel-spatial/here-be-dragons:next
13- volumes :
14- - ./:/root/checkout
12+ container : ghcr.io/corbel-spatial/here-be-dragons:next
1513
1614 steps :
1715 # https://github.com/actions/checkout
2725 - name : Install dependencies
2826 run : |
2927 uv pip install --system \
30- https://github.com/geopandas/pyogrio.git
31- https://github.com/pandas-dev/pandas.git
28+ https://github.com/geopandas/pyogrio.git \
29+ https://github.com/pandas-dev/pandas.git \
3230 https://github.com/geopandas/geopandas.git
3331 uv pip install --system maturin[patchelf] pytest
3432 uv venv --system-site-packages
You can’t perform that action at this time.
0 commit comments