Skip to content

chore(deps-dev): bump pytest from 9.0.3 to 9.1.1 #6

chore(deps-dev): bump pytest from 9.0.3 to 9.1.1

chore(deps-dev): bump pytest from 9.0.3 to 9.1.1 #6

Workflow file for this run

name: CodSpeed
on:
push:
branches: [ main ]
paths-ignore:
- 'docs/**'
- '**/*.md'
pull_request:
branches: [ main ]
paths-ignore:
- 'docs/**'
- '**/*.md'
permissions:
contents: read
id-token: write # required for OIDC authentication with CodSpeed
jobs:
benchmarks:
name: Benchmarks
runs-on: ubuntu-latest
services:
ministack:
image: ministackorg/ministack:1.3.53
ports:
- 4566:4566
env:
AWS_DEFAULT_REGION: us-east-1
GATEWAY_PORT: 4566
MINISTACK_ACCOUNT_ID: "000000000000"
MINISTACK_REGION: us-east-1
LOG_LEVEL: INFO
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: "3.13"
- uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2
with:
enable-cache: true
version: "latest"
- name: Install dependencies
run: uv sync --all-extras
- name: Run the benchmarks
uses: CodSpeedHQ/action@4296e51e7041e24dadb86d1d6e8b9320d223dbe8 # v5.0.3
with:
mode: simulation
run: uv run pytest tests/ --codspeed