Skip to content

Commit 9aebbac

Browse files
committed
fix path on macos
1 parent 66b384b commit 9aebbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
shell: bash
244244
env:
245245
PYARROW_TEST_ANNOTATIONS: "ON"
246-
run: ci/scripts/python_test_type_annotations.sh $(pwd)
246+
run: ci/scripts/python_test_type_annotations.sh $(pwd)/python
247247

248248
windows:
249249
name: AMD64 Windows 2022 Python 3.13

0 commit comments

Comments
 (0)