-
Notifications
You must be signed in to change notification settings - Fork 30
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 pip breaking file:
support.
#73
Conversation
Signed-off-by: Arnaud Caron <[email protected]>
Fixes chipsalliance#72. Signed-off-by: Tim 'mithro' Ansell <[email protected]>
@tcal-x -- This was the fix right? |
Yes that's the fix (I found the same fix on symbiflow-examples here: chipsalliance/f4pga-examples@6234464 ). But I don't know what's causing the CI failures. |
It seems like Windows has issues with upgrading the pip/wheel installed via `actions/setup-pyython@v2`. Signed-off-by: Tim 'mithro' Ansell <[email protected]>
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.
LGTM
Using the `-m` option makes sure we are using the pip that is available inside the environment provided by the Python executable, even if `pip` in the path is setup to use a different Python (for example with a hard-coded `#!/usr/bin/python`). Signed-off-by: Tim 'mithro' Ansell <[email protected]>
As the static builds are the only ones failing now (due to antlr parser not working), I've logged #75 and am going to merge these changes. |
Fixes #72.
Signed-off-by: Tim 'mithro' Ansell [email protected]