-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on Windows install in GitHub actions #94
Comments
Hi! This sounds like an issue in Poetry itself. Could you please add It looks like Poetry may need a fix related to this: https://docs.python.org/3/library/os.path.html#os.path.relpath
Once you have the |
@mtkennerly sure, here is the debug log: https://github.com/scikit-fingerprints/scikit-fingerprints/actions/runs/12743574960/job/35513793864?pr=346. As far as I can tell, the problem is that Poetry venv gets created on |
Looks like someone else recently opened a ticket for the same issue: python-poetry/poetry#10028 |
Thanks for fast responses and help :) |
We are migrating from https://github.com/tiangolo/poetry-version-plugin to https://github.com/mtkennerly/poetry-dynamic-versioning for scikit-fingerprints (https://github.com/scikit-fingerprints/scikit-fingerprints). This Poetry plugin relies on
dunamai
, but fails on GitHub Actions during Windows installation, with error:Full log: https://github.com/scikit-fingerprints/scikit-fingerprints/actions/runs/12736416081/job/35496372898?pr=346.
Workflow definition: https://github.com/scikit-fingerprints/scikit-fingerprints/blob/eaa1499a12db49e128808f920df61d8004ef396e/.github/workflows/python-publish.yml.
pyproject.toml
file: https://github.com/scikit-fingerprints/scikit-fingerprints/blob/eaa1499a12db49e128808f920df61d8004ef396e/pyproject.toml.The text was updated successfully, but these errors were encountered: