We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e342d commit 765d7d1Copy full SHA for 765d7d1
.github/workflows/trunk.yml
@@ -701,7 +701,7 @@ jobs:
701
with:
702
runner: linux.2xlarge
703
docker-image: executorch-ubuntu-22.04-clang12
704
- submodules: 'true'
+ submodules: 'recursive'
705
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
706
timeout: 90
707
script: |
@@ -715,6 +715,9 @@ jobs:
715
PYTHON_EXECUTABLE=python \
716
CMAKE_ARGS="-DEXECUTORCH_BUILD_NXP_NEUTRON=ON" \
717
.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
721
722
# Run pytest
723
PYTHON_EXECUTABLE=python bash backends/nxp/run_unittests.sh
0 commit comments