-
-
Notifications
You must be signed in to change notification settings - Fork 87
Fix CI #128
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 #128
Conversation
Great job, no security vulnerabilities found in this Pull Request |
Oops |
Ugh, lemme undo that. |
random googling first hit has a bunch of suggestions, presumably you saw it, but if not, see https://stackoverflow.com/questions/7446187/no-module-named-pkg-resources |
Thanks! Sorry for the delay. |
@dkegel-fastly thanks, but it doesnt seem to have helped |
Possibly this comment might be helpful / worth trying: https://stackoverflow.com/a/76130499/22964571
|
2b08449
to
ee22342
Compare
.github/workflows/ci.yml
Outdated
- run: poetry install | ||
- run: poetry add --group dev setuptools |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might need to be:
- run: poetry add --group dev setuptools | |
- run: poetry add --group dev setuptools==69.5.1 |
1d590df
to
9e8ccc5
Compare
Woohoo! Thanks @dkegel-fastly and @acardnell-intruder |
74413b5
to
e8339d2
Compare
Can go all the way to 75.3.0, after that it throws version compatibility issues: |
722524b
to
58f67b3
Compare
Updated |
Thank you all! |
No description provided.