Skip to content

build(deps-dev): bump pytest-homeassistant-custom-component from 0.13.162 to 0.13.182 #501

build(deps-dev): bump pytest-homeassistant-custom-component from 0.13.162 to 0.13.182

build(deps-dev): bump pytest-homeassistant-custom-component from 0.13.162 to 0.13.182 #501

Workflow file for this run

name: Python tests
on:
push:
branches:
- master
pull_request:
branches: "*"
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.12]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# - name: Set PY env
# run: echo "::set-env name=PY::$(python -VV | sha256sum | cut -d' ' -f1)"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
- name: Run pytest
run: |
pytest --cov-report xml:coverage.xml