We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c234e commit b2e3099Copy full SHA for b2e3099
.github/workflows/test.yaml
@@ -88,7 +88,7 @@ jobs:
88
89
- name: Check git setup
90
run: |
91
- git fetch origin --tags
+ git config --global --add safe.directory "$(pwd)"
92
git describe --long --match='geoarrow-types-*'
93
94
# setuptools_scm available for Python 3.7 does not support version_file
0 commit comments