Skip to content

Commit edbad2d

Browse files
committed
pybind ci
1 parent de1fc49 commit edbad2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-presets.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ concurrency:
1515
jobs:
1616
apple:
1717
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
18+
fail-fast: false
1819
strategy:
1920
matrix:
20-
preset: [macos-arm64]
21+
preset: [macos-arm64, pybind]
2122
with:
2223
job-name: build
2324
runner: macos-latest-xlarge
2425
python-version: 3.12
2526
submodules: recursive
27+
timeout: 90
2628
script: |
2729
set -eux
2830
${CONDA_RUN} ./install_requirements.sh > /dev/null

0 commit comments

Comments
 (0)