Skip to content

chore(deps-dev): bump textual from 8.2.2 to 8.2.3 #15

chore(deps-dev): bump textual from 8.2.2 to 8.2.3

chore(deps-dev): bump textual from 8.2.2 to 8.2.3 #15

Workflow file for this run

name: CodSpeed
on:
push:
branches:
- main
pull_request:
# `workflow_dispatch` allows CodSpeed to trigger backtest
# performance analysis in order to generate initial data.
workflow_dispatch:
permissions:
contents: read
id-token: write
jobs:
benchmarks:
name: Run benchmarks
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Set up Python
run: uv python install 3.13
- name: Install dependencies
run: uv sync --group dev --frozen
- name: Run benchmarks
uses: CodSpeedHQ/action@v4
with:
mode: simulation
run: uv run pytest -m benchmark --codspeed