Skip to content

Commit

Permalink
Add dependency for TiCS.
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Chiang <[email protected]>
  • Loading branch information
douglasdotc committed Sep 27, 2024
1 parent a6aebd6 commit 3fb9ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checkbox-tics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
sudo apt-get update
echo "::endgroup::"
echo "::group::apt install..."
sudo apt-get install -y libsystemd-dev python3-pip pylint flake8
sudo apt-get install -y libsystemd-dev python3-pip pylint flake8 libbluetooth3 libbluetooth-dev python-picamera python3-picamera
echo "::endgroup::"
- name: Install Checkbox
run: |
sudo python -m pip install -e $PWD/checkbox-ng
sudo python -m pip install -e $PWD/checkbox-support
sudo python -m pip install psutil==5.9.5 opencv_python==4.8.0.76 natsort==8.0.2 libsvm==3.23.0.4 numpy==1.26.4 coverage==7.3.0 urwid==2.1.2 pynmea2 loguru importlib_resources pylxd pytest
sudo python -m pip install psutil==5.9.5 opencv_python==4.8.0.76 natsort==8.0.2 libsvm==3.23.0.4 numpy==1.26.4 coverage==7.3.0 urwid==2.1.2 pynmea2 loguru importlib_resources pylxd pytest evdev pyalsaaudio RPi.GPIO PyQRCode
- name: Run coverage tests
run: |
Expand Down

0 comments on commit 3fb9ea7

Please sign in to comment.