Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Chiang <[email protected]>
  • Loading branch information
douglasdotc committed Sep 18, 2024
1 parent c9ffe99 commit 6fc02b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/checkbox-tics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ jobs:
python3 -m pip install pytest
# Checkbox-ng
# python3 -m pip install $PWD/checkbox-ng
# python3 -m pip install psutil
python3 -m pip install $PWD/checkbox-ng
python3 -m pip install psutil
# coverage run --append -m pytest $PWD/checkbox-ng
# Checkbox-support
# python3 -m pip install $PWD/checkbox-support
# python3 -m pip install pytest-cov
# python3 -m pip install opencv_python
python3 -m pip install $PWD/checkbox-support
python3 -m pip install pytest-cov
python3 -m pip install opencv_python
# coverage run --append -m pytest $PWD/checkbox-support/checkbox_support/
# Providers
Expand Down

0 comments on commit 6fc02b6

Please sign in to comment.