From 09e04337d187ac3ecd864bcbf0a8e8ac755f6f07 Mon Sep 17 00:00:00 2001 From: psilo909 Date: Tue, 10 May 2022 19:04:39 +0200 Subject: [PATCH] Update unittests.yml --- .github/workflows/unittests.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index ad61565ec..7c0b0156f 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -42,16 +42,16 @@ jobs: - run: python3 -m pip install --upgrade pip #==19.3.1 #- run: pip install tox-travis virtualenv>=20.0.8 --upgrade - run: pip install sphinx sphinx_rtd_theme recommonmark ruamel.yaml pytest - #- name: Build Requirements - # run: python3 smarthomeng/tools/build_requirements.py - #- name: Show requirements/base.txt - # run: head smarthomeng/requirements/base.txt -n 12 - #- name: Show requirements/all.txt - # run: head smarthomeng/requirements/all.txt -n 12 - #- name: Install base.txt - # run: pip install -r smarthomeng/requirements/base.txt - - name: Install Database Plugin Requirements - run: pip install -r smarthomeng/plugins/database/requirements.txt + - name: Build Requirements + run: python3 smarthomeng/tools/build_requirements.py + - name: Show requirements/base.txt + run: head smarthomeng/requirements/base.txt -n 12 + - name: Show requirements/all.txt + run: head smarthomeng/requirements/all.txt -n 12 + - name: Install base.txt + run: pip install -r smarthomeng/requirements/base.txt + #- name: Install Database Plugin Requirements + # run: pip install -r smarthomeng/plugins/database/requirements.txt - name: Run Python Unittests working-directory: ./smarthomeng/plugins run: pytest