Add RHEL support to Python build process and update tests

This commit is contained in:
Priyagupta108
2026-05-27 16:53:24 +05:30
parent b3ab7a291c
commit 8eda93eb36
6 changed files with 107 additions and 7 deletions

View File

@@ -71,7 +71,7 @@ Describe "Tests" {
"pip uninstall requests -y" | Should -ReturnZeroExitCode
}
if (IsNixPlatform $Platform) {
if ((IsNixPlatform $Platform) -or ($Platform -match "rhel")) {
It "Check for failed modules in build_output" {
$buildOutputLocation = Join-Path $env:RUNNER_TEMP "build_output.txt"