Skip to content

Commit 6ee5cde

Browse files
ci: do not install project when checking classifiers
1 parent c8077f9 commit 6ee5cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: check pypi classifiers
7171
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}
72-
run: uv run scripts/check_classifiers.py ./pyproject.toml
72+
run: uv run --no-project scripts/check_classifiers.py ./pyproject.toml
7373

7474
- name: ruff check
7575
if: ${{ steps.changed-files.outputs.python_any_changed == 'true' || inputs.always_run == true }}

0 commit comments

Comments
 (0)