Skip to content

Commit

Permalink
Checkout submodules separately
Browse files Browse the repository at this point in the history
  • Loading branch information
movchan74 committed Oct 27, 2023
1 parent d322a1b commit 55830d2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
ssh-private-key: |
${{ secrets.GH_AANA_SDK_KEY }}
${{ secrets.GH_MOBIUS_PIPELINE_KEY }}
- name: Checkout code and submodules
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: 'recursive' # Fetches all submodules recursively
ssh-key: ${{ secrets.GH_AANA_SDK_KEY }}
- name: Checkout submodules
run: |
git submodule sync --recursive
git submodule update --init --recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit 55830d2

Please sign in to comment.