mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 06:49:39 +00:00
fix: setup OpenSSL certificates in macos-pkg-setup-template.sh
(#189)
The macOS pkg installer does not setup default certificates for OpenSSL. A script is provided by the macOS pkg installer to setup those using the certifi PyPI package. Let's run this script as part of the setup template in order to be able to do HTTPS downloads out of the box.
This commit is contained in:
@ -96,4 +96,8 @@ Describe "Tests" {
|
||||
"./dist/simple-test" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
It "Check urlopen with HTTPS works" {
|
||||
"python ./sources/python-urlopen-https.py" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user