Skip to content

Commit 250cbae

Browse files
committed
fix script
1 parent e79968d commit 250cbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/inductor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ jobs:
6565
echo "Installing magma-cuda121"
6666
conda install -y -c pytorch magma-cuda121
6767
python setup.py install
68-
pytest -n 2 test/inductor/test_torchinductor.py
68+
pytest -n 1 test/inductor/test_torchinductor.py

0 commit comments

Comments
 (0)