Skip to content

Commit 3dc73f9

Browse files
authored
Update GDS and Tools requirements for v4.0.0a2 (#3953)
* Update GDS and Tools requirements for v4.0.0a2 * Disable UT run in Hello World CI
1 parent 268e168 commit 3dc73f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ext-build-hello-world.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ jobs:
3232
with:
3333
target_repository: fprime-community/fprime-tutorial-hello-world
3434
build_location: HelloWorldDeployment
35-
run_unit_tests: true
35+
run_unit_tests: false # no UTs in HelloWorld project
3636
target_ref: ${{ needs.get-branch.outputs.target-branch }}

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ fprime-fpp-to-dict==3.0.0a16
3535
fprime-fpp-to-json==3.0.0a16
3636
fprime-fpp-to-xml==3.0.0a16
3737
fprime-fpp-to-layout==3.0.0a16
38-
fprime-gds==4.0.0a7
39-
fprime-tools==4.0.0a6
38+
fprime-gds==4.0.0a8
39+
fprime-tools==4.0.0a7
4040
fprime-visual==1.0.2
4141
gcovr==8.2
4242
idna==3.10

0 commit comments

Comments
 (0)