Skip to content

Commit

Permalink
Update fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmittag committed Sep 13, 2024
1 parent 40d9447 commit 89a43f1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/kuksa-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,17 +132,14 @@ jobs:
- name: Checkout kuksa-python-sdk
uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: 'true'
- name: Install pip
run: |
python -m pip --quiet --no-input install --upgrade pip
- name: Initiate submodules
run: |
cd submodules/kuksa-databroker
git fetch origin
git show-ref
cd ../..
git submodule update --remote --recursive
git submodule update --remote
- name: Install dependencies with pip
run: |
cd kuksa-client
Expand Down

0 comments on commit 89a43f1

Please sign in to comment.