Skip to content

Commit 91c4b6d

Browse files
authored
Update build-and-test.yaml
1 parent 7cec8a5 commit 91c4b6d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,11 @@ jobs:
1818
- name: Pull latest codes
1919
run:
2020
sudo su - root -c "pushd /root/Git.d/onnxruntime &&
21-
git stash &&
2221
git fetch --all &&
2322
git rebase upstream/main &&
2423
git submodule update --init --recursive &&
2524
git reset --hard HEAD &&
2625
git clean -dfx &&
27-
git stash pop &&
2826
popd"
2927

3028
- name: Build and test onnx runtime

0 commit comments

Comments
 (0)