Skip to content

Commit f27c231

Browse files
committed
Install pytest
1 parent 51964da commit f27c231

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
if: failure()
5555
working-directory: tests
5656
- name: Run Zephyr build tests
57+
if: matrix.test == 'all'
5758
run: make -C ports/zephyr-cp test
5859
# Not working after MicroPython v1.23 merge.
5960
# - name: Build native modules

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ setuptools
4141

4242
# For zephyr port
4343
tomlkit
44+
pytest

0 commit comments

Comments
 (0)