Skip to content

Bump vcrpy from 8.1.1 to 8.2.1 #120

Bump vcrpy from 8.1.1 to 8.2.1

Bump vcrpy from 8.1.1 to 8.2.1 #120

Workflow file for this run

name: Run Tests
on:
push:
branches:
- 'main'
pull_request:
branches:
- 'main'
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
enable-cache: true
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.10'
- name: Install dependencies
run: uv sync
- name: Run tests
run: uv run pytest tests/