Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: run
git pull
before committing pytorch version updates (llvm#1716)
The RollPyTorch action often takes more than 1.5 hours to finish. During this time, if another PR is merged, then the RollPyTorch action needs to first pull the merged changes before committing the updates to the PyTorch commit hash and version files. This patch adds the required `git pull` statement, without which, the subsequent `git push` statement fails, causing the RollPyTorch action to fail as well.
- Loading branch information