Skip to content

Added diagram video workers in docs. Deleted commands for DS server from Makefile (image_video, start_video). Deleted obsoleted units about parsing files and API DS from README.md. #543

Added diagram video workers in docs. Deleted commands for DS server from Makefile (image_video, start_video). Deleted obsoleted units about parsing files and API DS from README.md.

Added diagram video workers in docs. Deleted commands for DS server from Makefile (image_video, start_video). Deleted obsoleted units about parsing files and API DS from README.md. #543

Workflow file for this run

name: CI
on: [pull_request]
jobs:
pytest:
runs-on: ubuntu-latest
name: pytest
steps:
- name: Установка Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Установка Poetry
uses: snok/install-poetry@v1
with:
poetry-version: 1.5.0
- name: Извлечение репозитория
uses: actions/checkout@v4
- name: Установка зависимостей
run: |
poetry install
- name: pytest
run: |
poetry run pytest
working-directory: adaptive_hockey_federation