Skip to content

Commit 84390eb

Browse files
fix(modem): install requirements.txt for modem target tests
1 parent 4e84493 commit 84390eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/modem__target-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,5 @@ jobs:
8080
- name: Run Example Test on target
8181
working-directory: ${{ env.TEST_DIR }}
8282
run: |
83+
python -m pip install -r $GITHUB_WORKSPACE/ci/requirements.txt
8384
python -m pytest --log-cli-level DEBUG --target=${{ matrix.idf_target }}

0 commit comments

Comments
 (0)