File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
aws/lambda/pytorch-auto-revert Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ venv/bin/lintrunner: venv/bin/python
1919
2020.PHONY : run-local
2121run-local : venv/bin/python
22- venv/bin/python -m pytorch_auto_revert --dry-run
22+ NOTIFY_ISSUE_NUMBER=265 REPO_FULL_NAME=pytorch/pytorch-canary venv/bin/python -m pytorch_auto_revert --dry-run
2323
2424.PHONY : run-local-workflows
2525run-local-workflows : venv/bin/python
26- venv/bin/python -m pytorch_auto_revert --dry-run autorevert-checker Lint trunk pull inductor linux-binary-manywheel --hours 8 --revert-action log
26+ NOTIFY_ISSUE_NUMBER=265 REPO_FULL_NAME=pytorch/pytorch-canary venv/bin/python -m pytorch_auto_revert --dry-run autorevert-checker Lint trunk pull inductor linux-binary-manywheel --hours 8 --revert-action log
2727
2828.PHONY : run-local-hud
2929run-local-hud : venv/bin/python
30- venv/bin/python -m pytorch_auto_revert --dry-run hud
30+ NOTIFY_ISSUE_NUMBER=265 REPO_FULL_NAME=pytorch/pytorch-canary venv/bin/python -m pytorch_auto_revert --dry-run hud
3131
3232deployment.zip :
3333 mkdir -p deployment
You can’t perform that action at this time.
0 commit comments