mirror of
https://github.com/actions/python-versions.git
synced 2026-06-13 01:06:28 +08:00
Add RHEL support to Python build process and update tests
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user