File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,19 @@ trap 'rm -rfv ${TMP_DIR}' EXIT
2121
2222# Setup MacOS dependencies as there is no Docker support on MacOS atm
2323# We need the runner to test the built library.
24+ echo Starting setup
25+ date
2426PYTHON_EXECUTABLE=python \
2527CMAKE_ARGS=" -DEXECUTORCH_BUILD_EXTENSION_EVALUE_UTIL=ON -DEXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL=ON -DEXECUTORCH_BUILD_EXECUTOR_RUNNER=ON -DEXECUTORCH_BUILD_TESTS=ON" \
2628${CONDA_RUN} --no-capture-output \
2729.ci/scripts/setup-macos.sh " $@ "
30+ echo Starting tests
31+ date
2832
2933if [[ " $BUILD_TOOL " == " cmake" ]]; then
3034 # Install llama3_2_vision dependencies.
3135 PYTHON_EXECUTABLE=python \
3236 ${CONDA_RUN} --no-capture-output \
33-
3437 .ci/scripts/unittest-macos-cmake.sh
3538elif [[ " $BUILD_TOOL " == " buck2" ]]; then
3639 .ci/scripts/unittest-buck2.sh
Original file line number Diff line number Diff line change 2727
2828jobs :
2929 linux :
30- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.9
30+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
3131 permissions :
3232 id-token : write
3333 contents : read
4242 .ci/scripts/unittest-linux.sh --build-tool "${{ inputs.build-tool }}" --build-mode "${{ inputs.build-mode }}" --editable "${{ inputs.editable }}"
4343
4444 macos :
45- uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.9
45+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
4646 with :
4747 runner : macos-m1-stable
4848 python-version : ' 3.11'
5656
5757 windows :
5858 if : ${{ inputs.build-tool == 'cmake' }}
59- uses : pytorch/test-infra/.github/workflows/windows_job.yml@release/2.9
59+ uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
6060 with :
6161 submodules : ' recursive'
6262 ref : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
You can’t perform that action at this time.
0 commit comments