mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
ci: do not install project when checking classifiers
This commit is contained in:
2
.github/workflows/python-checks.yml
vendored
2
.github/workflows/python-checks.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
||||
|
||||
- name: check pypi classifiers
|
||||
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}
|
||||
run: uv run scripts/check_classifiers.py ./pyproject.toml
|
||||
run: uv run --no-project scripts/check_classifiers.py ./pyproject.toml
|
||||
|
||||
- name: ruff check
|
||||
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}
|
||||
|
||||
Reference in New Issue
Block a user