diff --git a/.github/workflows/avh.yml b/.github/workflows/avh.yml index 9ffb2a8595edfa..4a8ccc81e9a7d4 100644 --- a/.github/workflows/avh.yml +++ b/.github/workflows/avh.yml @@ -88,9 +88,12 @@ jobs: - name: Install Python dependencies run: | + python3 -m venv venv + source venv/bin/activate pip3 install -r scripts/tests/avh/requirements.txt - name: Run end to end test run: | + source venv/bin/activate cd scripts/tests/avh python3 -u -m unittest test_lighting_app.py