Skip to content

Bump requests from 2.32.0 to 2.32.2 #46

Bump requests from 2.32.0 to 2.32.2

Bump requests from 2.32.0 to 2.32.2 #46

Workflow file for this run

name: Build and Lint
on:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
max-parallel: 4
matrix:
python-version: ['3.12']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Build
run: |
make dev
- name: Lint
run: |
make lint