Skip to content

Bump pytest-homeassistant-custom-component from 0.13.64 to 0.13.66 #90

Bump pytest-homeassistant-custom-component from 0.13.64 to 0.13.66

Bump pytest-homeassistant-custom-component from 0.13.64 to 0.13.66 #90

Workflow file for this run

name: "Tests"
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
jobs:
tests:
runs-on: "ubuntu-latest"
name: Run tests
steps:
- name: "Checkout the repository"
uses: "actions/checkout@v4"
- name: "Set up Python"
uses: actions/[email protected]
with:
python-version: "3.11"
cache: "pip"
- name: "Install requirements"
run: python3 -m pip install -r requirements_test.txt
- name: "Run"
run: python3 -m pytest