You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The GH action Azure/static-web-apps-deploy@v1 uses Oynx. A change (2557) was made to Oynx to pin the version of Python Poetry to version 1.8.5 to work around a bug in Oynx.
The action is still installing the latest version of Poetry (2.0.1).
It would appear that your action does not dynamically update when Oynx is updated. I'm assuming it's baked into the container.
I can see your container exposes POETRY_VERSION environment variable:
However, setting the environment variable to 1.8.5 has not bearing on the version your action uses.
The option "--no-dev" does not exist
"2025-01-12 19:36:16"|WARNING|
The option "--no-dev" does not exist | Exit code: {pythonBuildExitCode} | Please review message | More information: https://aka.ms/troubleshoot-python
Device info (if applicable):
OS: Bullseye
Browser: N/A
Version: N/A
Additional context
While you're updating the image, please update PIP too:
[notice] A new release of pip is available: 24.2 -> 24.3.1
The text was updated successfully, but these errors were encountered:
Hi @woter1832, thank you for raising this issue for Azure Static Web Apps. As you mentioned, the oryx team has resolved the issue in their latest package and relayed the information to us.
We will include this in our next, upcoming release in the next few days. I will keep this thread updated on the status of it.
The GH action
Azure/static-web-apps-deploy@v1
uses Oynx. A change (2557) was made to Oynx to pin the version of Python Poetry to version 1.8.5 to work around a bug in Oynx.The action is still installing the latest version of Poetry (2.0.1).
It would appear that your action does not dynamically update when Oynx is updated. I'm assuming it's baked into the container.
I can see your container exposes
POETRY_VERSION
environment variable:However, setting the environment variable to
1.8.5
has not bearing on the version your action uses.Relevant GH Action steps (downloading latest Poetry):
GH Action error:
Device info (if applicable):
Additional context
While you're updating the image, please update PIP too:
The text was updated successfully, but these errors were encountered: