Skip to content

consolidate requirements and setup into pyproject toml - use uv for b… #3235

consolidate requirements and setup into pyproject toml - use uv for b…

consolidate requirements and setup into pyproject toml - use uv for b… #3235

Workflow file for this run

on:
pull_request:
push:
branches: [main]
schedule:
- cron: '30 8 * * *'
permissions:
contents: write
jobs:
pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
with:
python-version: 3.x
enable-cache: true
- run: make
- run: make push
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}