-
Notifications
You must be signed in to change notification settings - Fork 329
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
python-setup: Handle poetry virtualenvs.options.no-pip = true
#1431
Conversation
@@ -88,6 +88,8 @@ async function setupPythonExtractor(logger: Logger) { | |||
return; | |||
} | |||
|
|||
const scriptsFolder = path.resolve(__dirname, "../python-setup"); |
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.
You will need to rebuild the javascript files in order to get this to pass.
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.
npm run build
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.
Thanks <3
0bcae85
to
c2e3666
Compare
Hmmm...at least one of the failing tests may point to a legitimate problem: https://github.com/github/codeql-action/actions/runs/3705092268/jobs/6278570030#step:7:29 |
c2e3666
to
4bd9723
Compare
🤔 maybe I should have not rebased, so the old actions runs were still linked from the commits 🤔 anyway, good that the comment from Also 🙈 on the fact that it took this many attempts to get it right |
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.
Nice!
Fixes #1425
Merge / deployment checklist