pioarduino v6.1.19

* remove telemetry
* no full git clone
* add intelhex as required
* no core packages
* add `rich_click` as pip dependencies
* remove advertisings
* add intelhex as required
* install scons and Pio home from github
* replace "get_core_package_dir" for piohome and pioremote
This commit is contained in:
Jason2866
2026-02-04 16:10:37 +01:00
committed by GitHub
parent 15b8859aee
commit 1a303113e9
41 changed files with 374 additions and 2769 deletions
+4 -10
View File
@@ -37,17 +37,11 @@ jobs:
run: |
tox -e py
- name: Python Lint
run: |
tox -e lint
- name: Integration Tests
if: ${{ matrix.python-version == '3.11' }}
run: |
tox -e testcore
- name: Slack Notification
uses: homoluctus/slatify@master
if: failure()
with:
type: ${{ job.status }}
job_name: '*Core*'
commit: true
url: ${{ secrets.SLACK_BUILD_WEBHOOK }}
token: ${{ secrets.SLACK_GITHUB_TOKEN }}