style: minor formatting and fix workflow name

Этот коммит содержится в:
Viginum-DataScientist-6 2025-07-30 08:28:52 +00:00
родитель b1d2b93c24
Коммит d7b738b0a6

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

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