Skip to content

Add calendars to schedule EVU, hot water block and reduced temperature #24

Add calendars to schedule EVU, hot water block and reduced temperature

Add calendars to schedule EVU, hot water block and reduced temperature #24

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/[email protected]
- name: Set up Python
uses: actions/[email protected]
with:
python-version: "3.x"
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -U -r requirements.txt -r requirements_testing.txt
- name: Run tests
run: pytest ThermiaOnlineAPI