-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix CI #14
Comments
I've set the failing test to |
I see the test failing on windows as well when trying to install |
Merged
There were multiple issues:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CI fails but I see no problem locally. There is an issue using poetry to add packages to (regular) venvs although
poetry --version
shows1.1.6
for both CI and locally.It looks like it could be related to python-poetry/poetry#4541. I get the same error "'Link' object has no attribute 'is_absolute'".
Example error when installing mypy (similar errors happen for tuna & mypy, I didn't try anything else):
The text was updated successfully, but these errors were encountered: