Skip to content

Bump requests from 2.28.1 to 2.32.2 #56

Bump requests from 2.28.1 to 2.32.2

Bump requests from 2.28.1 to 2.32.2 #56

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