Skip to content

deps:(deps): bump ruff from 0.2.1 to 0.4.5 #352

deps:(deps): bump ruff from 0.2.1 to 0.4.5

deps:(deps): bump ruff from 0.2.1 to 0.4.5 #352

Workflow file for this run

name: benchmarks
on:
push:
branches:
- "main" # or "master"
pull_request:
# `workflow_dispatch` allows CodSpeed to trigger backtest
# performance analysis in order to generate initial data.
workflow_dispatch:
jobs:
benchmarks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v3
with:
python-version: "3.9"
- name: Install dependencies
run: pip install .[test]
- name: Run benchmarks
uses: CodSpeedHQ/action@v2
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: pytest . --codspeed