Skip to content

Commit

Permalink
Update build-and-test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FFFrog authored Aug 29, 2024
1 parent 0911a93 commit 6cfc74d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ jobs:
steps:
- name: Pull latest codes
run:
sudo su - root -c "source /root/.bashrc &&
conda activate py38 &&
pushd /root/Git.d/onnxruntime &&
sudo su - root -c "pushd /root/Git.d/onnxruntime &&
git fetch --all &&
git rebase upstream/main &&
git submodule update --init --recursive &&
git reset --hard HEAD &&
git clean -dfx &&
popd"

- name: Build and test onnx runtime
run:
sudo su - root -c "pushd /root/Git.d/onnxruntime &&
Expand Down

0 comments on commit 6cfc74d

Please sign in to comment.