Skip to content

Commit b2e3099

Browse files
committed
maybe fix git setup
1 parent 15c234e commit b2e3099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Check git setup
9090
run: |
91-
git fetch origin --tags
91+
git config --global --add safe.directory "$(pwd)"
9292
git describe --long --match='geoarrow-types-*'
9393
9494
# setuptools_scm available for Python 3.7 does not support version_file

0 commit comments

Comments
 (0)