We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2378c7 commit 6d0036bCopy full SHA for 6d0036b
1 file changed
.github/workflows/main.yml
@@ -90,7 +90,7 @@ jobs:
90
total_chunks=$(nproc)
91
for chunk_index in $(seq 1 $total_chunks); do
92
echo "Running chunk $chunk_index of $total_chunks"
93
- uv run python tests/test_diffusion.py --total-chunks $total_chunks --chunk-index $chunk_index &
+ uv run python tests/test_diffusion.py --total_chunks $total_chunks --chunk_index $chunk_index &
94
done
95
96
wait
0 commit comments