-
Notifications
You must be signed in to change notification settings - Fork 3
action failing because of missing python-pip #22
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
Comments
The problem is still present. |
I get similar issues trying to use the above GitHub action:
It looks like 552260f appears to fix the problem using --- a/.github/workflows/Arduino-CI.yaml
+++ b/.github/workflows/Arduino-CI.yaml
@@ -18,4 +18,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- - uses: Arduino-CI/[email protected]
+ - uses: Arduino-CI/action@552260fdcead3b5c7eba3cd4b8b203734649f646 Hopefully, it'll be turned into a PR if it's a sustainable fix. |
Try my PR #23 |
I've looked at the Issues log and there's a few resolved issues (eg #20) around the python-pip module being missing.
E: Package 'python-pip' has no installation candidate
I've tried to change the action to v0.1.2 from stable, and this doesn't resolve the problem.
Could you please point to the current correct resolution for this issue?
TIA.
Current
arduino_ci.yml
.Arduino_FreeRTOS_Library
The text was updated successfully, but these errors were encountered: