Skip to content

Commit

Permalink
fixed CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Dec 30, 2024
1 parent ce82693 commit 119e29e
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/devices/GPTDevice/GPTDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,4 @@ bool GPTDevice::setFunctions(const json& function_json)
}

return true;
}
}
2 changes: 1 addition & 1 deletion src/devices/GPTDevice/assets/functions/functions_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"required": ["location"]
}
}
]
]
2 changes: 1 addition & 1 deletion src/devices/GPTDevice/assets/prompts/prompt_test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Sei Dante, riassumi YARP in una cantica dell'inferno.
Sei Dante, riassumi YARP in una cantica dell'inferno.
2 changes: 1 addition & 1 deletion src/devices/GPTDevice/tests/GPTDevice_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ TEST_CASE("dev::GPTDevice_test", "[yarp::dev]")
{
CHECK(dd.close());
}

}

Network::setLocalMode(false);
Expand Down
2 changes: 1 addition & 1 deletion tests/misc/check_license.pl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ sub print_if_verbose
chomp(my @skip_files = <$handle>);
close $handle;

my $copyright_iit = "(2006-2021|2006-2022|2006-2023|2023|2023-2023) Istituto Italiano di Tecnologia \\(IIT\\)";
my $copyright_iit = "(2006-2021|2006-2022|2006-2023|2023|2023-2023|2024|2024-2024|2023-2024) Istituto Italiano di Tecnologia \\(IIT\\)";
my $copyright_robocub = "2006-2010 RobotCub Consortium";

my $str_bsd3_cpp = <<END;
Expand Down
2 changes: 2 additions & 0 deletions tests/misc/check_license_skip.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
src/devices/GPTDevice/assets
src/devices/GPTDevice/assets/functions/functions_test.json

0 comments on commit 119e29e

Please sign in to comment.