mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 14:59:39 +00:00
add fix to confirm uninstalling
This commit is contained in:
@ -50,7 +50,7 @@ Describe "Tests" {
|
||||
|
||||
It "Run pip" {
|
||||
"pip install requests" | Should -ReturnZeroExitCode
|
||||
"pip uninstall requests" | Should -ReturnZeroExitCode
|
||||
"pip uninstall requests -y" | Should -ReturnZeroExitCode
|
||||
}
|
||||
|
||||
if (IsNixPlatform $Platform) {
|
||||
|
Reference in New Issue
Block a user