Skip to content

chore(deps): bump pydantic from 2.8.2 to 2.9.2 in the pip group across 1 directory #144

chore(deps): bump pydantic from 2.8.2 to 2.9.2 in the pip group across 1 directory

chore(deps): bump pydantic from 2.8.2 to 2.9.2 in the pip group across 1 directory #144

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
merge_group:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: 🐍 Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
- name: 📦 Install dependencies
run: pip install .
- name: 🛠️ Build
run: python src/vbl_aquarium/build.py
- name: 📤 PR changes
if: github.ref == 'refs/heads/main'
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.PR_TOKEN }}
commit-message: "chore: Build Models"
title: "chore: Build Models"
branch: "build-models"
delete-branch: true