Skip to content

Ensure a full git clone is used when running in GitHub actions#87

Merged
ricardogsilva merged 1 commit intoOSGeo:mainfrom
ricardogsilva:86-using-as-action-fails-due-to-missing-version
Apr 24, 2025
Merged

Ensure a full git clone is used when running in GitHub actions#87
ricardogsilva merged 1 commit intoOSGeo:mainfrom
ricardogsilva:86-using-as-action-fails-due-to-missing-version

Conversation

@ricardogsilva
Copy link
Contributor

This PR modifies the GitHub action file in order to ensure that the local clone is not shallow and has full history.

This is needed for the installation of cite-runner via uv because it is using dynamic versioning.


Otherwise uv has trouble installing the package, as it is determined dynamically

---

- fixes OSGeo#86
@ricardogsilva ricardogsilva merged commit 43fbf08 into OSGeo:main Apr 24, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

using as action fails due to missing version

1 participant