style: minor formatting and fix workflow name

Этот коммит содержится в:
Viginum-DataScientist-6 2025-07-30 08:28:52 +00:00 коммит произвёл Viginum-DataScientist-1
родитель f5f71cca37
Коммит 991ed8141b

5
.github/workflows/test.yml поставляемый
Просмотреть файл

@ -1,4 +1,4 @@
name: Publish Python distribution to PyPI and TestPyPI
name: Run tests
on: push
@ -23,5 +23,4 @@ jobs:
poetry install --with dev
- name: Run tests
run:
poetry run pytest
run: poetry run pytest