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
Describe the bug
When this action attempts to install packages that require a later version of Python, pip fails, stopping the whole action.
To Reproduce
Steps to reproduce the behavior:
In the project's requirements.txt file, include a package that does not run on Python versions prior to 3.8 (e.g. nextcord).
Attempt to run the workflow.
Expected behavior
The action completes successfully.
Error message
ERROR: Could not find a version that satisfies the requirement nextcord==2.0.0a3 (from versions: none)
ERROR: No matching distribution found for nextcord==2.0.0a3
Additional context
If there was a way to change which version of Python gets used, this would resolve the issue, as some projects only support the more recent versions of Python (e.g. my project expects 3.9 to be present).
The text was updated successfully, but these errors were encountered:
Describe the bug
When this action attempts to install packages that require a later version of Python, pip fails, stopping the whole action.
To Reproduce
Steps to reproduce the behavior:
requirements.txt
file, include a package that does not run on Python versions prior to 3.8 (e.g.nextcord
).Expected behavior
The action completes successfully.
Error message
Additional context
If there was a way to change which version of Python gets used, this would resolve the issue, as some projects only support the more recent versions of Python (e.g. my project expects 3.9 to be present).
The text was updated successfully, but these errors were encountered: