Skip to content

Commit

Permalink
Update treadmill-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lschuermann authored Oct 21, 2024
1 parent 510e4de commit cc310ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/treadmill-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,12 @@ jobs:
run: |
python3 -m venv ./hwcienv
source ./hwcienv/bin/activate
pip install -r tools/hwci/requirements.txt -c tools/hwci/requirements-frozen.txt
pip install -r hwci/requirements.txt -c hwci/requirements-frozen.txt
- name: Run tests
run: |
source ./hwcienv/bin/activate
cd ./tools/hwci
cd ./hwci
export PYTHONPATH="$PWD:$PYTHONPATH"
python3 core/main.py --board boards/nrf52dk.py --test tests/c_hello.py
Expand Down

0 comments on commit cc310ab

Please sign in to comment.