Skip to content

Commit 56524bf

Browse files
committed
updatee
1 parent 0cfed7b commit 56524bf

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/nightly_tests.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
HF_TOKEN: ${{ secrets.DIFFUSERS_HF_HUB_READ_TOKEN }}
202202
RUN_COMPILE: yes
203203
run: |
204-
python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile -s -v -k "compile" --make-reports=tests_torch_compile_cuda tests/
204+
python -m pytest -n 1 --max-worker-restart=0 --dist=loadfile -s -v --make-reports=tests_torch_compile_cuda tests/
205205
- name: Failure short reports
206206
if: ${{ failure() }}
207207
run: cat reports/tests_torch_compile_cuda_failures_short.txt
@@ -213,12 +213,6 @@ jobs:
213213
name: torch_compile_test_reports
214214
path: reports
215215

216-
- name: Generate Report and Notify Channel
217-
if: always()
218-
run: |
219-
pip install slack_sdk tabulate
220-
python utils/log_reports.py >> $GITHUB_STEP_SUMMARY
221-
222216
run_big_gpu_torch_tests:
223217
name: Torch tests on big GPU
224218
strategy:
@@ -269,6 +263,7 @@ jobs:
269263
with:
270264
name: torch_cuda_big_gpu_test_reports
271265
path: reports
266+
272267
torch_minimum_version_cuda_tests:
273268
name: Torch Minimum Version CUDA Tests
274269
runs-on:

0 commit comments

Comments
 (0)