We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
AttributeError: cython_sources
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
Example failure here: https://github.com/python-gitlab/python-gitlab/actions/runs/5639827150/job/15275594030?pr=2621#step:5:130
Problem has something to do with new cython release. Fix is to update PyYAML to 6.0.1 version.
But docker-compose only supports PyYAML<6 and docker-compose is no longer maintained as a Python project.
The text was updated successfully, but these errors were encountered:
chore: update PyYAML to 6.0.1
ed0188e
Fixes issue with CI having error: `AttributeError: cython_sources` Closes: #2624
3b8939d
JohnVillalovos
nejch
No branches or pull requests
Example failure here: https://github.com/python-gitlab/python-gitlab/actions/runs/5639827150/job/15275594030?pr=2621#step:5:130
Problem has something to do with new cython release. Fix is to update PyYAML to 6.0.1 version.
But docker-compose only supports PyYAML<6 and docker-compose is no longer maintained as a Python project.
The text was updated successfully, but these errors were encountered: