Skip to content

Time varying price profile for building simulation #14

Time varying price profile for building simulation

Time varying price profile for building simulation #14

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install dependencies
run: pip install .[tests]
- name: Run Tests with pytest
run: pytest ./tests