Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Bump pytest-homeassistant-custom-component from 0.13.50 to 0.13.64 #49

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

Bump pytest-homeassistant-custom-component from 0.13.50 to 0.13.64 #49

Workflow file for this run

name: Pytest
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
pytest:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: pip
- name: Install requirements
run: pip install -r requirements_test.txt
- name: Test with pytest
run: pytest