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 4d5736d commit 0132cd5Copy full SHA for 0132cd5
.github/workflows/release.yml
@@ -315,6 +315,8 @@ jobs:
315
shell: bash
316
# virtual environment is automatically activated
317
run: |
318
+ pwd
319
+ ls
320
uv run python -c "import pyogrio; print(f'GDAL version: {pyogrio.__gdal_version__}\nGEOS version: {pyogrio.__gdal_geos_version__}')"
321
uv run python -m pytest --pyargs pyogrio.tests -v
322
0 commit comments