Skip to content

Commit

Permalink
chore: Update build and test workflow configuration to use requiremen…
Browse files Browse the repository at this point in the history
…ts.txt for Python package installation
  • Loading branch information
hayschan committed Jun 3, 2024
1 parent 30f87f5 commit 8f67f45
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,7 @@ jobs:
with:
name: built_binaries_${{ matrix.target }}_${{ matrix.idf-branch }}
- name: Install Python packages for PyTest
run: |
pip install \
pytest-embedded \
pytest-embedded-serial-esp \
pytest-embedded-idf
run: pip install -r requirements.txt
- name: Run Test App in WokWi Simulator
run: |
pytest ${{ env.test_dirs }} \
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pytest-embedded
pytest-embedded-serial-esp
pytest-embedded-idf
pytest-embedded-wokwi

0 comments on commit 8f67f45

Please sign in to comment.