Skip to content

build(deps): bump flask from 3.0.2 to 3.1.0 #675

build(deps): bump flask from 3.0.2 to 3.1.0

build(deps): bump flask from 3.0.2 to 3.1.0 #675

Workflow file for this run

name: Pytest
on:
workflow_dispatch:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Test with pytest
run: |
make test