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 3832a4b commit ce93a16
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions .github/workflows/checkbox-tics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,36 +27,25 @@ jobs:
sudo apt install -y python3-pip pylint flake8 tox
echo "::endgroup::"
# - name: Install Checkbox
# run: |
# python3 -m pip install $PWD/checkbox-ng
# python3 -m pip install $PWD/checkbox-support
# python3 -m pip install $PWD/providers/base
# python3 -m pip install $PWD/providers/certification-client
# python3 -m pip install $PWD/providers/certification-server
# python3 -m pip install $PWD/providers/docker
# python3 -m pip install $PWD/providers/genio
# python3 -m pip install $PWD/providers/gpgpu
# python3 -m pip install $PWD/providers/iiotg
# python3 -m pip install $PWD/providers/resource
# python3 -m pip install $PWD/providers/sru
# python3 -m pip install $PWD/providers/tpm2
# python3 -m pip install $PWD/providers/tutorial
- name: Install Checkbox
run: |
python3 -m pip install $PWD/checkbox-ng
python3 -m pip install $PWD/checkbox-support
python3 -m pip install psutil opencv_python natsort
- name: Run coverage tests
run: |
python3 -m pip install coverage
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
# coverage run --append -m pytest $PWD/checkbox-support/checkbox_support/
# Providers
Expand Down

0 comments on commit ce93a16

Please sign in to comment.