Skip to content

Commit

Permalink
Fetch remote refs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmittag committed Sep 13, 2024
1 parent a25920d commit 4fedc61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/kuksa-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,13 +132,15 @@ jobs:
- name: Checkout kuksa-python-sdk
uses: actions/checkout@v4
with:
submodules: recursive
submodules: 'true'
- name: Install pip
run: |
python -m pip --quiet --no-input install --upgrade pip
- name: Initiate submodules
run: |
ls -R
cd submodules/kuksa-databroker
git fetch origin
cd ../..
git submodule update --remote --recursive
- name: Install dependencies with pip
run: |
Expand Down

0 comments on commit 4fedc61

Please sign in to comment.