Skip to content

MAINT: update pip constraints and pre-commit #244

MAINT: update pip constraints and pre-commit

MAINT: update pip constraints and pre-commit #244

Workflow file for this run

name: Requirements
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
- epic/*
paths:
- .constraints/py3.*.txt
- .pre-commit-config.yaml
- setup.cfg
schedule:
- cron: "0 3 7 */1 *"
workflow_dispatch:
jobs:
requirements:
uses: ComPWA/actions/.github/workflows/requirements.yml@v1
secrets:
token: ${{ secrets.PAT }}