Skip to content

Commit 86999cf

Browse files
authored
Merge pull request #634 from yungyuc/build/temporarily-off-macos15-pyprof
Temporarily turns off profiling run on macos-15
2 parents 0a4b0a4 + ab8ad8a commit 86999cf

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/devbuild.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -403,10 +403,12 @@ jobs:
403403
JOB_MAKE_ARGS="${JOB_MAKE_ARGS} BUILD_METAL=ON" ; \
404404
fi
405405
make pytest ${JOB_MAKE_ARGS}
406-
407-
- name: make pyprof
408-
run: |
409-
make pyprof
406+
407+
# FIXME: Temporarily turns off profiling run on macos-15
408+
# because it takes 6 hours to fail
409+
#- name: make pyprof
410+
# run: |
411+
# make pyprof
410412

411413
- name: make buildext BUILD_QT=ON USE_PYTEST_HELPER_BINDING=OFF
412414
run: |

0 commit comments

Comments
 (0)