Skip to content

Commit 6d0036b

Browse files
committed
Fix typo in main.yml in test_diffusion options
1 parent e2378c7 commit 6d0036b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
total_chunks=$(nproc)
9191
for chunk_index in $(seq 1 $total_chunks); do
9292
echo "Running chunk $chunk_index of $total_chunks"
93-
uv run python tests/test_diffusion.py --total-chunks $total_chunks --chunk-index $chunk_index &
93+
uv run python tests/test_diffusion.py --total_chunks $total_chunks --chunk_index $chunk_index &
9494
done
9595
9696
wait

0 commit comments

Comments
 (0)