Skip to content

Commit 6999276

Browse files
BLD: assorted cleanups in release workflow
1 parent a5fccad commit 6999276

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,6 @@ jobs:
263263
artifact: pyogrio-wheel-arm64-osx-dynamic-release
264264

265265
steps:
266-
- name: Checkout
267-
uses: actions/checkout@v4
268-
269266
- name: Set up Python
270267
uses: actions/setup-python@v5
271268
with:
@@ -313,7 +310,6 @@ jobs:
313310
shell: bash
314311
# virtual environment is automatically activated
315312
run: |
316-
cd ..
317313
uv run python -c "import pyogrio; print(f'GDAL version: {pyogrio.__gdal_version__}\nGEOS version: {pyogrio.__gdal_geos_version__}')"
318314
uv run python -m pytest --pyargs pyogrio.tests -v
319315

0 commit comments

Comments
 (0)