Skip to content

Commit

Permalink
Merge pull request #532 from gabsuren/ci_fix_modem
Browse files Browse the repository at this point in the history
fix(modem): install requirements.txt for modem target tests
  • Loading branch information
david-cermak authored Mar 18, 2024
2 parents 4e84493 + 84390eb commit 38de23f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/modem__target-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@ jobs:
- name: Run Example Test on target
working-directory: ${{ env.TEST_DIR }}
run: |
python -m pip install -r $GITHUB_WORKSPACE/ci/requirements.txt
python -m pytest --log-cli-level DEBUG --target=${{ matrix.idf_target }}

0 comments on commit 38de23f

Please sign in to comment.