add new openssl

This commit is contained in:
Dmitry Shibanov
2020-10-20 13:12:41 +03:00
parent 57bf4da3a5
commit aa8915507a
4 changed files with 10 additions and 3 deletions
+5
View File
@@ -48,6 +48,11 @@ Describe "Tests" {
}
}
It "Run pip" {
"pip install requests" | Should -ReturnZeroExitCode
"pip uninstall requests" | Should -ReturnZeroExitCode
}
if (IsNixPlatform $Platform) {
It "Check for failed modules in build_output" {