Skip to content

build(deps-dev): update pytest requirement from <9.0.0,>=8.0.0 to >=8.0.0,<10.0.0 #346

build(deps-dev): update pytest requirement from <9.0.0,>=8.0.0 to >=8.0.0,<10.0.0

build(deps-dev): update pytest requirement from <9.0.0,>=8.0.0 to >=8.0.0,<10.0.0 #346

Workflow file for this run

name: pytest
"on":
push:
branches:
- main # Set a branch to deploy
pull_request:
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Set up Python 3.13
uses: actions/setup-python@v6
with:
python-version: '3.13'
- name: Running pytest
run: |
python --version
python -m pip install --quiet --no-cache-dir --upgrade uv
uv run python -m pytest