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