Skip to content

Update actions/setup-python action to v6.2.0 #187

Update actions/setup-python action to v6.2.0

Update actions/setup-python action to v6.2.0 #187

Workflow file for this run

name: "Lint and test-build"
on:
push:
branches:
- dev
pull_request:
jobs:
build-poc:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6.0.0
- name: Set up Python
uses: actions/setup-python@v6.2.0
with:
python-version: 3.13
- name: Install Arduino dependencies
run: |
export PATH=$HOME/.local/bin/:$PATH
./.devcontainer/devcontainer-postcreate.sh
- name: Build POC
run: |
export PATH=$HOME/.local/bin/:$PATH
./build_all.sh