Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 347 Bytes

File metadata and controls

15 lines (15 loc) · 347 Bytes
  1. Install Docker and uv
  2. Create a virtual environment and activate it:
uv venv --python 3.11
source .venv/bin/activate
  1. Install dependencies:
make install-python-dependencies-dev
  1. Start the Docker daemon
  2. Run unit tests:
make test-python-unit