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 28, 2024
1 parent 2329639 commit 0911a93
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ jobs:
run:
shell: bash
steps:
- name: Set environment
run: |
source /root/.bashrc && conda activate py38
- name: Pull latest codes
run:
sudo su - root -c "pushd /root/Git.d/onnxruntime &&
sudo su - root -c "source /root/.bashrc &&
conda activate py38 &&
pushd /root/Git.d/onnxruntime &&
git fetch --all &&
git rebase upstream/main &&
git submodule update --init --recursive &&
Expand Down

0 comments on commit 0911a93

Please sign in to comment.