Skip to content

MNT: move doc dependencies to a PEP 735 dependency group #619

MNT: move doc dependencies to a PEP 735 dependency group

MNT: move doc dependencies to a PEP 735 dependency group #619

Workflow file for this run

name: lint_python
on: [pull_request, push]
jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.x
- uses: astral-sh/setup-uv@38f3f104447c67c051c4a08e39b64a148898af3a # v4.2.0
- run: uv venv
- run: uv pip compile pyproject.toml | uv pip install -r -
- run: shopt -s globstar
# - run: pip install safety && safety check