Skip to content

Commit 0ea8363

Browse files
committed
Update prerelease action
1 parent e578ee4 commit 0ea8363

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

.github/workflows/pytest-linux-pre.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
name: Test Python Prerelease
22
on:
33
workflow_dispatch:
4-
push:
5-
branches: [ "main" ]
6-
paths: [ "src/**" ]
4+
5+
permissions:
6+
contents: read
7+
78
jobs:
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
@@ -27,8 +25,8 @@ jobs:
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

0 commit comments

Comments
 (0)