Skip to content

Commit

Permalink
Use Python virtual environment
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepmistry committed Nov 14, 2023
1 parent 4fcb0d0 commit 116cfbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/avh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 116cfbc

Please sign in to comment.