-
Notifications
You must be signed in to change notification settings - Fork 549
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
Action failed after configuring poetry on Windows #407
Labels
bug
Something isn't working
Comments
2 tasks
Hello @he0119. Thank you for your report. We've prepared a pull request to resolve the issue. |
Hello @he0119. Sorry for the late response. We merged the fix. We have not released a new version of the setup-python action yet. Could you please test your project on the main branch of setup-python and confirm that everything works as expected ? |
Yes, everything works fine now. |
eugenesvk
added a commit
to eugenesvk/xontrib-cookiecutter
that referenced
this issue
Feb 7, 2023
fix poetry Windows issue actions/setup-python#407
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
After configuring poetry on Windows, action failed with Error: Unexpected token # in JSON.
Action version:
v3.1
Platform:
Runner type:
Tools version:
3.7, 3.8, 3.9, 3.10
Repro steps:
https://github.com/he0119/action-test/blob/main/.github/workflows/python.yml
Configuring poetry before setup-python
Expected behavior:
run without error.
Actual behavior:
https://github.com/he0119/action-test/runs/6602490267?check_suite_focus=true#step:5:19
The text was updated successfully, but these errors were encountered: