Skip to content

Bump idna from 3.4 to 3.7 #51

Bump idna from 3.4 to 3.7

Bump idna from 3.4 to 3.7 #51

Workflow file for this run

name: PlatformIO CI
on: [push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
python: ["3.10"]
steps:
- uses: actions/checkout@v3
with:
submodules: "true"
- uses: actions/cache@v3
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install deps
run: |
/bin/sh docker/deps/python/packages.sh
- name: Run PlatformIO
run: make clean build