Skip to content

Commit 0132cd5

Browse files
debug
1 parent 4d5736d commit 0132cd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,8 @@ jobs:
315315
shell: bash
316316
# virtual environment is automatically activated
317317
run: |
318+
pwd
319+
ls
318320
uv run python -c "import pyogrio; print(f'GDAL version: {pyogrio.__gdal_version__}\nGEOS version: {pyogrio.__gdal_geos_version__}')"
319321
uv run python -m pytest --pyargs pyogrio.tests -v
320322

0 commit comments

Comments
 (0)