Skip to content

chore(deps): bump pytest from 8.4.2 to 9.0.3 in the pip group across 1 directory #12

chore(deps): bump pytest from 8.4.2 to 9.0.3 in the pip group across 1 directory

chore(deps): bump pytest from 8.4.2 to 9.0.3 in the pip group across 1 directory #12

Workflow file for this run

name: Tests
on:
pull_request:
branches: [main]
push:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run tests
run: pytest tests/ -v --tb=short