Skip to content

Commit 03374fc

Browse files
committed
Retrigger CI #2
1 parent 92e30cb commit 03374fc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/_mac-test-mps.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,20 @@ jobs:
8282
8383
${CONDA_RUN} python3 test/run_test.py --mps --verbose
8484
85+
- name: Run MPS Test Modules
86+
id: test_2
87+
env:
88+
ENV_NAME: conda-test-env-${{ github.run_id }}
89+
shell: arch -arch arm64 bash {0}
90+
# During bring up of test_modules don't show this as an error.
91+
continue-on-error: true
92+
run: |
93+
# shellcheck disable=SC1090
94+
set -ex
95+
# TODO(https://github.com/pytorch/pytorch/issues/79293)
96+
97+
${CONDA_RUN} python3 test/test_modules.py -k mps --verbose
98+
8599
- name: Print remaining test logs
86100
shell: bash
87101
if: always()

0 commit comments

Comments
 (0)