don't run ruff check on installation

This commit is contained in:
David Paul Graham 2026-03-14 09:02:47 -04:00
parent 6a4958382e
commit 9c768e7e7c
No known key found for this signature in database
GPG key ID: ACDB045B782EF333

View file

@ -19,6 +19,8 @@ jobs:
uses: astral-sh/ruff-action@v3 uses: astral-sh/ruff-action@v3
with: with:
version: ">=0.15,<0.16" version: ">=0.15,<0.16"
# use args to avoid the default behavior of running ruff check automatically
args: "--version"
# ToDo: use pyrpoject.toml as version-file # ToDo: use pyrpoject.toml as version-file
# version-file: "pyproject.toml" # version-file: "pyproject.toml"