We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5fccad commit 6999276Copy full SHA for 6999276
.github/workflows/release.yml
@@ -263,9 +263,6 @@ jobs:
263
artifact: pyogrio-wheel-arm64-osx-dynamic-release
264
265
steps:
266
- - name: Checkout
267
- uses: actions/checkout@v4
268
-
269
- name: Set up Python
270
uses: actions/setup-python@v5
271
with:
@@ -313,7 +310,6 @@ jobs:
313
310
shell: bash
314
311
# virtual environment is automatically activated
315
312
run: |
316
- cd ..
317
uv run python -c "import pyogrio; print(f'GDAL version: {pyogrio.__gdal_version__}\nGEOS version: {pyogrio.__gdal_geos_version__}')"
318
uv run python -m pytest --pyargs pyogrio.tests -v
319
0 commit comments