mirror of
https://github.com/meshtastic/python.git
synced 2026-04-26 01:53:32 -04:00
update CI scripts to allow running CI on the desktop (see below)
* add script to run 'act' local github actions tool (lets devs check github actions on their local machine) * Update various github actions to latest (so they can work with the 'act' tool) * change a few places where python version was not properly quoted as a string (act yaml parser is more strict than the github version) * update pylint min-version to work with recent github actions * remove pandas/riden requirement (that's in my other branch for now)
This commit is contained in:
6
bin/run-ci-local.sh
Executable file
6
bin/run-ci-local.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This script lets you run github ci actions locally
|
||||
|
||||
# also: we only run one of the 4 matrix tests, because otherwise it absolutely hammers the CPU (so many containers and threads)
|
||||
act -P ubuntu-latest=-self-hosted --matrix "python-version:3.8"
|
||||
Reference in New Issue
Block a user