You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test support of external Python package platform dependencies
Although Arduino boards platforms traditionally have bundled all dependencies, there are some cases where the user will
need to use a preceeding workflow step to install external dependencies in the GitHub Actions runner environment.
Since it is a "composite action", the action supports this. The action uses a virtual environment for its own Python
package dependencies. This virtual environment might cause Python packages installed via the user's workflow (e.g., the
pyserial dependency of the ESP32 platform) to not be accessible to the compilation commands.
The added integration test will catch any regressions in the support for external Python package platform dependencies.
0 commit comments