We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268e168 commit 3dc73f9Copy full SHA for 3dc73f9
.github/workflows/ext-build-hello-world.yml
@@ -32,5 +32,5 @@ jobs:
32
with:
33
target_repository: fprime-community/fprime-tutorial-hello-world
34
build_location: HelloWorldDeployment
35
- run_unit_tests: true
+ run_unit_tests: false # no UTs in HelloWorld project
36
target_ref: ${{ needs.get-branch.outputs.target-branch }}
requirements.txt
@@ -35,8 +35,8 @@ fprime-fpp-to-dict==3.0.0a16
fprime-fpp-to-json==3.0.0a16
fprime-fpp-to-xml==3.0.0a16
37
fprime-fpp-to-layout==3.0.0a16
38
-fprime-gds==4.0.0a7
39
-fprime-tools==4.0.0a6
+fprime-gds==4.0.0a8
+fprime-tools==4.0.0a7
40
fprime-visual==1.0.2
41
gcovr==8.2
42
idna==3.10
0 commit comments