Skip to content

Commit 722a3fd

Browse files
committed
fix flux unittest
1 parent 94c6f1d commit 722a3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/flux_unit_test_cpu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
pip config --user set global.progress_bar off
3131
3232
pip install --force-reinstall --pre torch --index-url https://download.pytorch.org/whl/nightly/cpu
33-
pytest experiments/flux/tests/unit_tests/ --cov=. --cov-report=xml --durations=20 -vv
33+
pytest torchtitan/experiments/flux/tests/unit_tests/ --cov=. --cov-report=xml --durations=20 -vv

0 commit comments

Comments
 (0)