Skip to content

Bump pytest from 9.0.1 to 9.0.2 (#633) #869

Bump pytest from 9.0.1 to 9.0.2 (#633)

Bump pytest from 9.0.1 to 9.0.2 (#633) #869

Workflow file for this run

name: dependency-check
on:
pull_request:
push:
branches: [main]
jobs:
dependency-check:
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@v5
with:
python-version-file: "pyproject.toml"
- name: Install the project
run: uv sync
- name: run deptry
run: |
uv run deptry .