Skip to content

Commit

Permalink
Test undefined version
Browse files Browse the repository at this point in the history
  • Loading branch information
erikbosch committed Nov 21, 2024
1 parent 3fb698e commit 94344c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/project-creation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .project-creation/.skeleton/requirements-velocitas.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
velocitas-sdk==0.15.4
velocitas-sdk==0.15.5
2 changes: 1 addition & 1 deletion examples/seat-adjuster/requirements-velocitas.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
velocitas-sdk==0.15.4
velocitas-sdk==0.15.5

0 comments on commit 94344c1

Please sign in to comment.