diff --git a/.github/workflows/project-creation.yaml b/.github/workflows/project-creation.yaml index 3056b5f..437d357 100644 --- a/.github/workflows/project-creation.yaml +++ b/.github/workflows/project-creation.yaml @@ -92,7 +92,10 @@ jobs: CREATE_ARGS="-e ${{ matrix.example }}" fi velocitas create -c vapp-core-python $CREATE_ARGS - # Velocitas CLI fetches an older merged/released version of the example + # Velocitas CLI fetches an older released version of the example + # This is caused by vehicle-app-template that downloads latest tagged version of pkg-velocitas-main + # and then the SDK version mentioned in components/cores/vapp-python/.project-creation/config.json + # will be used. # But we want to check the one in this repository so lets copy it if [ "${{ matrix.example }}" != "no-example" ]; then cp -r ../sdk/examples/${{ matrix.example }}/* ../app/app diff --git a/.project-creation/.skeleton/requirements-velocitas.txt b/.project-creation/.skeleton/requirements-velocitas.txt index 270004d..5118258 100644 --- a/.project-creation/.skeleton/requirements-velocitas.txt +++ b/.project-creation/.skeleton/requirements-velocitas.txt @@ -1 +1 @@ -velocitas-sdk==0.15.4 +velocitas-sdk==0.15.5 diff --git a/examples/seat-adjuster/requirements-velocitas.txt b/examples/seat-adjuster/requirements-velocitas.txt index 270004d..5118258 100644 --- a/examples/seat-adjuster/requirements-velocitas.txt +++ b/examples/seat-adjuster/requirements-velocitas.txt @@ -1 +1 @@ -velocitas-sdk==0.15.4 +velocitas-sdk==0.15.5