Skip to content

Commit

Permalink
removing extra pytest xdist args
Browse files Browse the repository at this point in the history
  • Loading branch information
djsaunde committed Dec 21, 2024
1 parent 862ae25 commit 7c1c4ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cicd/cicd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -e
python -c "import torch; assert '$PYTORCH_VERSION' in torch.__version__"

pytest -v --durations=10 -n8 --ignore=tests/e2e/ --ignore=tests/patched/ /workspace/axolotl/tests/
# pytest -v --durations=10 -n8 --dist loadfile /workspace/axolotl/tests/patched/
pytest -v --durations=10 /workspace/axolotl/tests/e2e/patched/
pytest -v --durations=10 /workspace/axolotl/tests/e2e/integrations/
pytest -v --durations=10 --ignore=tests/e2e/patched/ --ignore=tests/e2e/multigpu/ --ignore=tests/e2e/integrations/ /workspace/axolotl/tests/e2e/

0 comments on commit 7c1c4ab

Please sign in to comment.