Skip to content

Commit 765d7d1

Browse files
committed
[nxp] trunk.yaml: download submodules recursively
1 parent 77e342d commit 765d7d1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/trunk.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ jobs:
701701
with:
702702
runner: linux.2xlarge
703703
docker-image: executorch-ubuntu-22.04-clang12
704-
submodules: 'true'
704+
submodules: 'recursive'
705705
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
706706
timeout: 90
707707
script: |
@@ -715,6 +715,9 @@ jobs:
715715
PYTHON_EXECUTABLE=python \
716716
CMAKE_ARGS="-DEXECUTORCH_BUILD_NXP_NEUTRON=ON" \
717717
.ci/scripts/setup-linux.sh --build-tool "cmake"
718+
719+
PYTHON_EXECUTABLE=python bash examples/nxp/setup.sh
720+
pip install -r backends/nxp/requirements-tests.txt
718721
719722
# Run pytest
720723
PYTHON_EXECUTABLE=python bash backends/nxp/run_unittests.sh

0 commit comments

Comments
 (0)