Skip to content

chore: Bump types-requests from 2.31.0.20240125 to 2.32.0.20240602 #187

chore: Bump types-requests from 2.31.0.20240125 to 2.32.0.20240602

chore: Bump types-requests from 2.31.0.20240125 to 2.32.0.20240602 #187

Workflow file for this run

name: CI Testing
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
- uses: actions/setup-python@v1
with:
python-version: 3.9
- run: pip install poetry
- run: poetry install --with dev
- run: poetry run mypy src/
- run: poetry run pytest --cov=flask_muck