Skip to content

Commit

Permalink
Update test.yml (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
asyatrhl authored Oct 23, 2023
1 parent 9b126f3 commit 9311797
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,12 @@ jobs:
needs: [build]
timeout-minutes: 345600
steps:
- uses: actions/checkout@v2
with:
repository: MaximIntegratedAI/ai8x-training
ref: develop
submodules: recursive
- name: Checkout code
uses: actions/checkout@v2
- name: Checkout PR
run: |
fork_repo=$(jq -r .pull_request.head.repo.clone_url $GITHUB_EVENT_PATH)
git clone $fork_repo --recursive
- name: Setup Pyenv and Install Dependencies
uses: gabrielfalcao/pyenv-action@v13
with:
Expand Down

0 comments on commit 9311797

Please sign in to comment.