Skip to content

Update dependency uv to v0.5.11 #398

Update dependency uv to v0.5.11

Update dependency uv to v0.5.11 #398

Workflow file for this run

name: Pytest
on: [push]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
# Install a specific version of uv.
version: "0.5.4"
- name: Set up Python
run: uv python install
- name: Install the project
run: uv sync --all-extras --dev
- name: Run pytest
run: uv run pytest .
- name: Run --version
run: uv run python toogoodtogo_ha_mqtt_bridge/main.py --version