Skip to content

GSYE-667: Move solar api clients into gsy-framework #597

GSYE-667: Move solar api clients into gsy-framework

GSYE-667: Move solar api clients into gsy-framework #597

name: gsy-framework-ci
on:
pull_request:
jobs:
test-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
env:
TOXENV: ci
run: |
pip install tox==3.24.4
tox -e $TOXENV
- name: Check coverage with Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
verbose: true