-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Summary
pyproject.toml
[dependency-groups]
dev = [
"ruff>=0.14 ; python_version >= '3.11'",
"mypy>=1.15 ; python_version >= '3.10'",
"pre-commit>=4.2 ; python_version >= '3.10'",
]Action Usage In Pipeline
- name: Run Ruff Linting
uses: astral-sh/ruff-action@v3
CI Output
Run astral-sh/ruff-action@v3
Found ruff version in pyproject.toml: >=0.14 ; python_version >= '3.11'
Error: No version found for >=0.14 ; python_version >= '3.11'
Expected behavior:
The action should correctly parse and install the latest compatible Ruff version matching the environment’s Python version (e.g., Python 3.11+).
Extra Context
Link for Github action logs : URL
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested