-
Notifications
You must be signed in to change notification settings - Fork 561
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
Wrong version via pyenv #538
Labels
bug
Something isn't working
Comments
This was referenced Nov 8, 2022
Hello @shadycuz! Thank you for reporting this! |
Found the problem, it's @dependabot fault: It committed this garbage to /usr/local/.pyenv/versions/3.11.0/lib/python3.11/site-packages/pipenv/vendor/attr/_make.py:876: RuntimeWarning: Running interpreter doesn't sufficiently support code object introspection. Some features like bare super() or accessing __class__ will not work with slotted classes.
set_closure_cell(cell, cls)
#
# These requirements were autogenerated by pipenv it should have not put it's warnings to output file |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
with this workflow file:
The job seems to be executed with python 3.11.0 instead of 3.7, note the "pyenv/versions/3.11.0/lib/python3.11" in the paths:
Action version:
actions/setup-python@v4
Platform:
Runner type:
The text was updated successfully, but these errors were encountered: