diff --git a/src/builder/__tests__/__snapshots__/darwin.test.ts.snap b/src/builder/__tests__/__snapshots__/darwin.test.ts.snap index af0f96e7..68584982 100644 --- a/src/builder/__tests__/__snapshots__/darwin.test.ts.snap +++ b/src/builder/__tests__/__snapshots__/darwin.test.ts.snap @@ -7,9 +7,7 @@ exports[`MacOSBuilder for version 2.7.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.1arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -36,9 +34,7 @@ exports[`MacOSBuilder for version 2.7.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.1x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -65,9 +61,7 @@ exports[`MacOSBuilder for version 2.7.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.1x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -89,9 +83,7 @@ exports[`MacOSBuilder for version 2.7.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.1 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -103,9 +95,7 @@ exports[`MacOSBuilder for version 2.7.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.1 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -117,9 +107,7 @@ exports[`MacOSBuilder for version 2.7.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.1 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -157,9 +145,7 @@ exports[`MacOSBuilder for version 2.7.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.2arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -186,9 +172,7 @@ exports[`MacOSBuilder for version 2.7.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.2x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -215,9 +199,7 @@ exports[`MacOSBuilder for version 2.7.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.2x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -239,9 +221,7 @@ exports[`MacOSBuilder for version 2.7.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.2 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -253,9 +233,7 @@ exports[`MacOSBuilder for version 2.7.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.2 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -267,9 +245,7 @@ exports[`MacOSBuilder for version 2.7.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.2 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -307,9 +283,7 @@ exports[`MacOSBuilder for version 2.7.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.3arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -336,9 +310,7 @@ exports[`MacOSBuilder for version 2.7.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.3x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -365,9 +337,7 @@ exports[`MacOSBuilder for version 2.7.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.3x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -389,9 +359,7 @@ exports[`MacOSBuilder for version 2.7.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.3 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -403,9 +371,7 @@ exports[`MacOSBuilder for version 2.7.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.3 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -417,9 +383,7 @@ exports[`MacOSBuilder for version 2.7.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.3 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -457,9 +421,7 @@ exports[`MacOSBuilder for version 2.7.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.4arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -486,9 +448,7 @@ exports[`MacOSBuilder for version 2.7.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.4x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -515,9 +475,7 @@ exports[`MacOSBuilder for version 2.7.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.4x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -539,9 +497,7 @@ exports[`MacOSBuilder for version 2.7.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.4 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -553,9 +509,7 @@ exports[`MacOSBuilder for version 2.7.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.4 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -567,9 +521,7 @@ exports[`MacOSBuilder for version 2.7.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.4 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -607,9 +559,7 @@ exports[`MacOSBuilder for version 2.7.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.5arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -636,9 +586,7 @@ exports[`MacOSBuilder for version 2.7.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.5x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -665,9 +613,7 @@ exports[`MacOSBuilder for version 2.7.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.5x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -689,9 +635,7 @@ exports[`MacOSBuilder for version 2.7.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.5 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -703,9 +647,7 @@ exports[`MacOSBuilder for version 2.7.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.5 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -717,9 +659,7 @@ exports[`MacOSBuilder for version 2.7.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.5 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -757,9 +697,7 @@ exports[`MacOSBuilder for version 2.7.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.6arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -786,9 +724,7 @@ exports[`MacOSBuilder for version 2.7.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.6x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -815,9 +751,7 @@ exports[`MacOSBuilder for version 2.7.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.6x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -839,9 +773,7 @@ exports[`MacOSBuilder for version 2.7.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.6 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -853,9 +785,7 @@ exports[`MacOSBuilder for version 2.7.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.6 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -867,9 +797,7 @@ exports[`MacOSBuilder for version 2.7.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.6 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -907,9 +835,7 @@ exports[`MacOSBuilder for version 2.7.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.7arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -936,9 +862,7 @@ exports[`MacOSBuilder for version 2.7.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.7x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -965,9 +889,7 @@ exports[`MacOSBuilder for version 2.7.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.7x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -989,9 +911,7 @@ exports[`MacOSBuilder for version 2.7.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.7 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1003,9 +923,7 @@ exports[`MacOSBuilder for version 2.7.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.7 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1017,9 +935,7 @@ exports[`MacOSBuilder for version 2.7.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.7 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1057,9 +973,7 @@ exports[`MacOSBuilder for version 2.7.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.8arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1086,9 +1000,7 @@ exports[`MacOSBuilder for version 2.7.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.8x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1115,9 +1027,7 @@ exports[`MacOSBuilder for version 2.7.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.8x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1139,9 +1049,7 @@ exports[`MacOSBuilder for version 2.7.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.8 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1153,9 +1061,7 @@ exports[`MacOSBuilder for version 2.7.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.8 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1167,9 +1073,7 @@ exports[`MacOSBuilder for version 2.7.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.8 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1207,9 +1111,7 @@ exports[`MacOSBuilder for version 2.7.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.9arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1236,9 +1138,7 @@ exports[`MacOSBuilder for version 2.7.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.9x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1265,9 +1165,7 @@ exports[`MacOSBuilder for version 2.7.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython2.7.9x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1289,9 +1187,7 @@ exports[`MacOSBuilder for version 2.7.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.9 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1303,9 +1199,7 @@ exports[`MacOSBuilder for version 2.7.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.9 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1317,9 +1211,7 @@ exports[`MacOSBuilder for version 2.7.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 2.7.9 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1357,9 +1249,7 @@ exports[`MacOSBuilder for version 2.7.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.10arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1386,9 +1276,7 @@ exports[`MacOSBuilder for version 2.7.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.10x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1415,9 +1303,7 @@ exports[`MacOSBuilder for version 2.7.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.10x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1439,9 +1325,7 @@ exports[`MacOSBuilder for version 2.7.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.10 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1453,9 +1337,7 @@ exports[`MacOSBuilder for version 2.7.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.10 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1467,9 +1349,7 @@ exports[`MacOSBuilder for version 2.7.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.10 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1507,9 +1387,7 @@ exports[`MacOSBuilder for version 2.7.11 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.11arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1536,9 +1414,7 @@ exports[`MacOSBuilder for version 2.7.11 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.11x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1565,9 +1441,7 @@ exports[`MacOSBuilder for version 2.7.11 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.11x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1589,9 +1463,7 @@ exports[`MacOSBuilder for version 2.7.11 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.11 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1603,9 +1475,7 @@ exports[`MacOSBuilder for version 2.7.11 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.11 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1617,9 +1487,7 @@ exports[`MacOSBuilder for version 2.7.11 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.11 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1657,9 +1525,7 @@ exports[`MacOSBuilder for version 2.7.12 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.12arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1686,9 +1552,7 @@ exports[`MacOSBuilder for version 2.7.12 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.12x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1715,9 +1579,7 @@ exports[`MacOSBuilder for version 2.7.12 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.12x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1739,9 +1601,7 @@ exports[`MacOSBuilder for version 2.7.12 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.12 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1753,9 +1613,7 @@ exports[`MacOSBuilder for version 2.7.12 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.12 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1767,9 +1625,7 @@ exports[`MacOSBuilder for version 2.7.12 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.12 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1807,9 +1663,7 @@ exports[`MacOSBuilder for version 2.7.13 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.13arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1836,9 +1690,7 @@ exports[`MacOSBuilder for version 2.7.13 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.13x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1865,9 +1717,7 @@ exports[`MacOSBuilder for version 2.7.13 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.13x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1889,9 +1739,7 @@ exports[`MacOSBuilder for version 2.7.13 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.13 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1903,9 +1751,7 @@ exports[`MacOSBuilder for version 2.7.13 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.13 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1917,9 +1763,7 @@ exports[`MacOSBuilder for version 2.7.13 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.13 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -1957,9 +1801,7 @@ exports[`MacOSBuilder for version 2.7.14 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.14arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.14", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -1986,9 +1828,7 @@ exports[`MacOSBuilder for version 2.7.14 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.14x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.14", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2015,9 +1855,7 @@ exports[`MacOSBuilder for version 2.7.14 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.14x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.14", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2039,9 +1877,7 @@ exports[`MacOSBuilder for version 2.7.14 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.14 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -2053,9 +1889,7 @@ exports[`MacOSBuilder for version 2.7.14 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.14 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -2067,9 +1901,7 @@ exports[`MacOSBuilder for version 2.7.14 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.14 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -2107,9 +1939,7 @@ exports[`MacOSBuilder for version 2.7.15 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.15arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.15", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2136,9 +1966,7 @@ exports[`MacOSBuilder for version 2.7.15 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.15x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.15", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2165,9 +1993,7 @@ exports[`MacOSBuilder for version 2.7.15 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.15x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.15", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2189,9 +2015,7 @@ exports[`MacOSBuilder for version 2.7.15 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.15 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -2203,9 +2027,7 @@ exports[`MacOSBuilder for version 2.7.15 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.15 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -2217,9 +2039,7 @@ exports[`MacOSBuilder for version 2.7.15 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.15 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -2257,9 +2077,7 @@ exports[`MacOSBuilder for version 2.7.16 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.16arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.16", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2286,9 +2104,7 @@ exports[`MacOSBuilder for version 2.7.16 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.16x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.16", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2315,9 +2131,7 @@ exports[`MacOSBuilder for version 2.7.16 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.16x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.16", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2339,9 +2153,7 @@ exports[`MacOSBuilder for version 2.7.16 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.16 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -2353,9 +2165,7 @@ exports[`MacOSBuilder for version 2.7.16 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.16 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -2367,9 +2177,7 @@ exports[`MacOSBuilder for version 2.7.16 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.16 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -2407,9 +2215,7 @@ exports[`MacOSBuilder for version 2.7.17 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.17arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.17", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2436,9 +2242,7 @@ exports[`MacOSBuilder for version 2.7.17 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.17x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.17", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2465,9 +2269,7 @@ exports[`MacOSBuilder for version 2.7.17 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.17x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.17", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2489,9 +2291,7 @@ exports[`MacOSBuilder for version 2.7.17 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.17 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -2503,9 +2303,7 @@ exports[`MacOSBuilder for version 2.7.17 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.17 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -2517,9 +2315,7 @@ exports[`MacOSBuilder for version 2.7.17 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.17 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -2557,9 +2353,7 @@ exports[`MacOSBuilder for version 2.7.18 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.18arm64darwin/tmp", "Recursively remove path toolcache/Python/2.7.18", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2586,9 +2380,7 @@ exports[`MacOSBuilder for version 2.7.18 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.18x64darwin/tmp", "Recursively remove path toolcache/Python/2.7.18", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2615,9 +2407,7 @@ exports[`MacOSBuilder for version 2.7.18 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython2.7.18x86darwin/tmp", "Recursively remove path toolcache/Python/2.7.18", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2639,9 +2429,7 @@ exports[`MacOSBuilder for version 2.7.18 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.18 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -2653,9 +2441,7 @@ exports[`MacOSBuilder for version 2.7.18 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.18 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -2667,9 +2453,7 @@ exports[`MacOSBuilder for version 2.7.18 has a stable interaction with @actions/ exports[`MacOSBuilder for version 2.7.18 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python2.7", "Create symlink in path installPath/bin/python27 pointing to installPath/bin/python2.7", "Execute command "chmod +x installPath/bin/python2.7 "", @@ -2707,9 +2491,7 @@ exports[`MacOSBuilder for version 3.0.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.0.1arm64darwin/tmp", "Recursively remove path toolcache/Python/3.0.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2737,9 +2519,7 @@ exports[`MacOSBuilder for version 3.0.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.0.1x64darwin/tmp", "Recursively remove path toolcache/Python/3.0.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2767,9 +2547,7 @@ exports[`MacOSBuilder for version 3.0.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.0.1x86darwin/tmp", "Recursively remove path toolcache/Python/3.0.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2792,9 +2570,7 @@ exports[`MacOSBuilder for version 3.0.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.0.1 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.0", "Create symlink in path installPath/bin/python30 pointing to installPath/bin/python3.0", "Create symlink in path installPath/bin/python3 pointing to installPath/bin/python3.0", @@ -2809,9 +2585,7 @@ exports[`MacOSBuilder for version 3.0.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.0.1 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.0", "Create symlink in path installPath/bin/python30 pointing to installPath/bin/python3.0", "Create symlink in path installPath/bin/python3 pointing to installPath/bin/python3.0", @@ -2826,9 +2600,7 @@ exports[`MacOSBuilder for version 3.0.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.0.1 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.0", "Create symlink in path installPath/bin/python30 pointing to installPath/bin/python3.0", "Create symlink in path installPath/bin/python3 pointing to installPath/bin/python3.0", @@ -2869,9 +2641,7 @@ exports[`MacOSBuilder for version 3.1.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.1.1arm64darwin/tmp", "Recursively remove path toolcache/Python/3.1.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2898,9 +2668,7 @@ exports[`MacOSBuilder for version 3.1.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.1.1x64darwin/tmp", "Recursively remove path toolcache/Python/3.1.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2927,9 +2695,7 @@ exports[`MacOSBuilder for version 3.1.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.1.1x86darwin/tmp", "Recursively remove path toolcache/Python/3.1.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -2951,9 +2717,7 @@ exports[`MacOSBuilder for version 3.1.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.1.1 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python31 pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.1", @@ -2967,9 +2731,7 @@ exports[`MacOSBuilder for version 3.1.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.1.1 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python31 pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.1", @@ -2983,9 +2745,7 @@ exports[`MacOSBuilder for version 3.1.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.1.1 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python31 pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.1", @@ -3025,9 +2785,7 @@ exports[`MacOSBuilder for version 3.1.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.1.2arm64darwin/tmp", "Recursively remove path toolcache/Python/3.1.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3054,9 +2812,7 @@ exports[`MacOSBuilder for version 3.1.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.1.2x64darwin/tmp", "Recursively remove path toolcache/Python/3.1.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3083,9 +2839,7 @@ exports[`MacOSBuilder for version 3.1.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.1.2x86darwin/tmp", "Recursively remove path toolcache/Python/3.1.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3107,9 +2861,7 @@ exports[`MacOSBuilder for version 3.1.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.1.2 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python31 pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.1", @@ -3123,9 +2875,7 @@ exports[`MacOSBuilder for version 3.1.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.1.2 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python31 pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.1", @@ -3139,9 +2889,7 @@ exports[`MacOSBuilder for version 3.1.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.1.2 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python31 pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.1", @@ -3181,9 +2929,7 @@ exports[`MacOSBuilder for version 3.1.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.1.3arm64darwin/tmp", "Recursively remove path toolcache/Python/3.1.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3210,9 +2956,7 @@ exports[`MacOSBuilder for version 3.1.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.1.3x64darwin/tmp", "Recursively remove path toolcache/Python/3.1.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3239,9 +2983,7 @@ exports[`MacOSBuilder for version 3.1.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.1.3x86darwin/tmp", "Recursively remove path toolcache/Python/3.1.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3263,9 +3005,7 @@ exports[`MacOSBuilder for version 3.1.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.1.3 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python31 pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.1", @@ -3279,9 +3019,7 @@ exports[`MacOSBuilder for version 3.1.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.1.3 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python31 pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.1", @@ -3295,9 +3033,7 @@ exports[`MacOSBuilder for version 3.1.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.1.3 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python31 pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.1", @@ -3337,9 +3073,7 @@ exports[`MacOSBuilder for version 3.1.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.1.4arm64darwin/tmp", "Recursively remove path toolcache/Python/3.1.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3366,9 +3100,7 @@ exports[`MacOSBuilder for version 3.1.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.1.4x64darwin/tmp", "Recursively remove path toolcache/Python/3.1.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3395,9 +3127,7 @@ exports[`MacOSBuilder for version 3.1.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.1.4x86darwin/tmp", "Recursively remove path toolcache/Python/3.1.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3419,9 +3149,7 @@ exports[`MacOSBuilder for version 3.1.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.1.4 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python31 pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.1", @@ -3435,9 +3163,7 @@ exports[`MacOSBuilder for version 3.1.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.1.4 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python31 pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.1", @@ -3451,9 +3177,7 @@ exports[`MacOSBuilder for version 3.1.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.1.4 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python31 pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.1", @@ -3493,9 +3217,7 @@ exports[`MacOSBuilder for version 3.1.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.1.5arm64darwin/tmp", "Recursively remove path toolcache/Python/3.1.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3522,9 +3244,7 @@ exports[`MacOSBuilder for version 3.1.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.1.5x64darwin/tmp", "Recursively remove path toolcache/Python/3.1.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3551,9 +3271,7 @@ exports[`MacOSBuilder for version 3.1.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.1.5x86darwin/tmp", "Recursively remove path toolcache/Python/3.1.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3575,9 +3293,7 @@ exports[`MacOSBuilder for version 3.1.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.1.5 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python31 pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.1", @@ -3591,9 +3307,7 @@ exports[`MacOSBuilder for version 3.1.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.1.5 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python31 pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.1", @@ -3607,9 +3321,7 @@ exports[`MacOSBuilder for version 3.1.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.1.5 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python31 pointing to installPath/bin/python3.1", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.1", @@ -3649,9 +3361,7 @@ exports[`MacOSBuilder for version 3.2.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.1arm64darwin/tmp", "Recursively remove path toolcache/Python/3.2.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3679,9 +3389,7 @@ exports[`MacOSBuilder for version 3.2.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.1x64darwin/tmp", "Recursively remove path toolcache/Python/3.2.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3709,9 +3417,7 @@ exports[`MacOSBuilder for version 3.2.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.1x86darwin/tmp", "Recursively remove path toolcache/Python/3.2.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3734,9 +3440,7 @@ exports[`MacOSBuilder for version 3.2.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.1 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -3750,9 +3454,7 @@ exports[`MacOSBuilder for version 3.2.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.1 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -3766,9 +3468,7 @@ exports[`MacOSBuilder for version 3.2.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.1 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -3808,9 +3508,7 @@ exports[`MacOSBuilder for version 3.2.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.2arm64darwin/tmp", "Recursively remove path toolcache/Python/3.2.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3838,9 +3536,7 @@ exports[`MacOSBuilder for version 3.2.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.2x64darwin/tmp", "Recursively remove path toolcache/Python/3.2.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3868,9 +3564,7 @@ exports[`MacOSBuilder for version 3.2.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.2x86darwin/tmp", "Recursively remove path toolcache/Python/3.2.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3893,9 +3587,7 @@ exports[`MacOSBuilder for version 3.2.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.2 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -3909,9 +3601,7 @@ exports[`MacOSBuilder for version 3.2.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.2 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -3925,9 +3615,7 @@ exports[`MacOSBuilder for version 3.2.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.2 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -3967,9 +3655,7 @@ exports[`MacOSBuilder for version 3.2.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.3arm64darwin/tmp", "Recursively remove path toolcache/Python/3.2.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -3997,9 +3683,7 @@ exports[`MacOSBuilder for version 3.2.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.3x64darwin/tmp", "Recursively remove path toolcache/Python/3.2.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4027,9 +3711,7 @@ exports[`MacOSBuilder for version 3.2.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.3x86darwin/tmp", "Recursively remove path toolcache/Python/3.2.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4052,9 +3734,7 @@ exports[`MacOSBuilder for version 3.2.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.3 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -4068,9 +3748,7 @@ exports[`MacOSBuilder for version 3.2.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.3 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -4084,9 +3762,7 @@ exports[`MacOSBuilder for version 3.2.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.3 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -4126,9 +3802,7 @@ exports[`MacOSBuilder for version 3.2.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.4arm64darwin/tmp", "Recursively remove path toolcache/Python/3.2.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4156,9 +3830,7 @@ exports[`MacOSBuilder for version 3.2.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.4x64darwin/tmp", "Recursively remove path toolcache/Python/3.2.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4186,9 +3858,7 @@ exports[`MacOSBuilder for version 3.2.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.4x86darwin/tmp", "Recursively remove path toolcache/Python/3.2.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4211,9 +3881,7 @@ exports[`MacOSBuilder for version 3.2.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.4 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -4227,9 +3895,7 @@ exports[`MacOSBuilder for version 3.2.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.4 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -4243,9 +3909,7 @@ exports[`MacOSBuilder for version 3.2.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.4 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -4285,9 +3949,7 @@ exports[`MacOSBuilder for version 3.2.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.5arm64darwin/tmp", "Recursively remove path toolcache/Python/3.2.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4315,9 +3977,7 @@ exports[`MacOSBuilder for version 3.2.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.5x64darwin/tmp", "Recursively remove path toolcache/Python/3.2.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4345,9 +4005,7 @@ exports[`MacOSBuilder for version 3.2.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.5x86darwin/tmp", "Recursively remove path toolcache/Python/3.2.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4370,9 +4028,7 @@ exports[`MacOSBuilder for version 3.2.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.5 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -4386,9 +4042,7 @@ exports[`MacOSBuilder for version 3.2.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.5 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -4402,9 +4056,7 @@ exports[`MacOSBuilder for version 3.2.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.5 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -4444,9 +4096,7 @@ exports[`MacOSBuilder for version 3.2.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.6arm64darwin/tmp", "Recursively remove path toolcache/Python/3.2.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4474,9 +4124,7 @@ exports[`MacOSBuilder for version 3.2.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.6x64darwin/tmp", "Recursively remove path toolcache/Python/3.2.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4504,9 +4152,7 @@ exports[`MacOSBuilder for version 3.2.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.2.6x86darwin/tmp", "Recursively remove path toolcache/Python/3.2.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4529,9 +4175,7 @@ exports[`MacOSBuilder for version 3.2.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.6 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -4545,9 +4189,7 @@ exports[`MacOSBuilder for version 3.2.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.6 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -4561,9 +4203,7 @@ exports[`MacOSBuilder for version 3.2.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.2.6 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python32 pointing to installPath/bin/python3.2", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.2", @@ -4603,9 +4243,7 @@ exports[`MacOSBuilder for version 3.3.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.0arm64darwin/tmp", "Recursively remove path toolcache/Python/3.3.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4633,9 +4271,7 @@ exports[`MacOSBuilder for version 3.3.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.0x64darwin/tmp", "Recursively remove path toolcache/Python/3.3.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4663,9 +4299,7 @@ exports[`MacOSBuilder for version 3.3.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.0x86darwin/tmp", "Recursively remove path toolcache/Python/3.3.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4688,9 +4322,7 @@ exports[`MacOSBuilder for version 3.3.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.0 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -4704,9 +4336,7 @@ exports[`MacOSBuilder for version 3.3.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.0 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -4720,9 +4350,7 @@ exports[`MacOSBuilder for version 3.3.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.0 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -4762,9 +4390,7 @@ exports[`MacOSBuilder for version 3.3.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.1arm64darwin/tmp", "Recursively remove path toolcache/Python/3.3.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4792,9 +4418,7 @@ exports[`MacOSBuilder for version 3.3.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.1x64darwin/tmp", "Recursively remove path toolcache/Python/3.3.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4822,9 +4446,7 @@ exports[`MacOSBuilder for version 3.3.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.1x86darwin/tmp", "Recursively remove path toolcache/Python/3.3.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4847,9 +4469,7 @@ exports[`MacOSBuilder for version 3.3.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.1 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -4863,9 +4483,7 @@ exports[`MacOSBuilder for version 3.3.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.1 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -4879,9 +4497,7 @@ exports[`MacOSBuilder for version 3.3.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.1 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -4921,9 +4537,7 @@ exports[`MacOSBuilder for version 3.3.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.2arm64darwin/tmp", "Recursively remove path toolcache/Python/3.3.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4951,9 +4565,7 @@ exports[`MacOSBuilder for version 3.3.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.2x64darwin/tmp", "Recursively remove path toolcache/Python/3.3.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -4981,9 +4593,7 @@ exports[`MacOSBuilder for version 3.3.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.2x86darwin/tmp", "Recursively remove path toolcache/Python/3.3.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5006,9 +4616,7 @@ exports[`MacOSBuilder for version 3.3.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.2 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5022,9 +4630,7 @@ exports[`MacOSBuilder for version 3.3.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.2 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5038,9 +4644,7 @@ exports[`MacOSBuilder for version 3.3.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.2 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5080,9 +4684,7 @@ exports[`MacOSBuilder for version 3.3.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.3arm64darwin/tmp", "Recursively remove path toolcache/Python/3.3.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5110,9 +4712,7 @@ exports[`MacOSBuilder for version 3.3.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.3x64darwin/tmp", "Recursively remove path toolcache/Python/3.3.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5140,9 +4740,7 @@ exports[`MacOSBuilder for version 3.3.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.3x86darwin/tmp", "Recursively remove path toolcache/Python/3.3.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5165,9 +4763,7 @@ exports[`MacOSBuilder for version 3.3.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.3 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5181,9 +4777,7 @@ exports[`MacOSBuilder for version 3.3.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.3 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5197,9 +4791,7 @@ exports[`MacOSBuilder for version 3.3.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.3 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5239,9 +4831,7 @@ exports[`MacOSBuilder for version 3.3.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.4arm64darwin/tmp", "Recursively remove path toolcache/Python/3.3.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5269,9 +4859,7 @@ exports[`MacOSBuilder for version 3.3.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.4x64darwin/tmp", "Recursively remove path toolcache/Python/3.3.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5299,9 +4887,7 @@ exports[`MacOSBuilder for version 3.3.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.4x86darwin/tmp", "Recursively remove path toolcache/Python/3.3.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5324,9 +4910,7 @@ exports[`MacOSBuilder for version 3.3.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.4 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5340,9 +4924,7 @@ exports[`MacOSBuilder for version 3.3.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.4 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5356,9 +4938,7 @@ exports[`MacOSBuilder for version 3.3.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.4 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5398,9 +4978,7 @@ exports[`MacOSBuilder for version 3.3.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.5arm64darwin/tmp", "Recursively remove path toolcache/Python/3.3.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5428,9 +5006,7 @@ exports[`MacOSBuilder for version 3.3.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.5x64darwin/tmp", "Recursively remove path toolcache/Python/3.3.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5458,9 +5034,7 @@ exports[`MacOSBuilder for version 3.3.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.5x86darwin/tmp", "Recursively remove path toolcache/Python/3.3.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5483,9 +5057,7 @@ exports[`MacOSBuilder for version 3.3.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.5 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5499,9 +5071,7 @@ exports[`MacOSBuilder for version 3.3.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.5 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5515,9 +5085,7 @@ exports[`MacOSBuilder for version 3.3.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.5 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5557,9 +5125,7 @@ exports[`MacOSBuilder for version 3.3.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.6arm64darwin/tmp", "Recursively remove path toolcache/Python/3.3.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5587,9 +5153,7 @@ exports[`MacOSBuilder for version 3.3.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.6x64darwin/tmp", "Recursively remove path toolcache/Python/3.3.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5617,9 +5181,7 @@ exports[`MacOSBuilder for version 3.3.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.6x86darwin/tmp", "Recursively remove path toolcache/Python/3.3.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5642,9 +5204,7 @@ exports[`MacOSBuilder for version 3.3.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.6 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5658,9 +5218,7 @@ exports[`MacOSBuilder for version 3.3.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.6 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5674,9 +5232,7 @@ exports[`MacOSBuilder for version 3.3.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.6 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5716,9 +5272,7 @@ exports[`MacOSBuilder for version 3.3.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.7arm64darwin/tmp", "Recursively remove path toolcache/Python/3.3.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5746,9 +5300,7 @@ exports[`MacOSBuilder for version 3.3.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.7x64darwin/tmp", "Recursively remove path toolcache/Python/3.3.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5776,9 +5328,7 @@ exports[`MacOSBuilder for version 3.3.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.3.7x86darwin/tmp", "Recursively remove path toolcache/Python/3.3.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5801,9 +5351,7 @@ exports[`MacOSBuilder for version 3.3.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.7 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5817,9 +5365,7 @@ exports[`MacOSBuilder for version 3.3.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.7 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5833,9 +5379,7 @@ exports[`MacOSBuilder for version 3.3.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.3.7 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python33 pointing to installPath/bin/python3.3", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.3", @@ -5875,9 +5419,7 @@ exports[`MacOSBuilder for version 3.4.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.0arm64darwin/tmp", "Recursively remove path toolcache/Python/3.4.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5905,9 +5447,7 @@ exports[`MacOSBuilder for version 3.4.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.0x64darwin/tmp", "Recursively remove path toolcache/Python/3.4.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5935,9 +5475,7 @@ exports[`MacOSBuilder for version 3.4.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.0x86darwin/tmp", "Recursively remove path toolcache/Python/3.4.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -5960,9 +5498,7 @@ exports[`MacOSBuilder for version 3.4.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.0 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -5976,9 +5512,7 @@ exports[`MacOSBuilder for version 3.4.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.0 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -5992,9 +5526,7 @@ exports[`MacOSBuilder for version 3.4.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.0 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6034,9 +5566,7 @@ exports[`MacOSBuilder for version 3.4.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.1arm64darwin/tmp", "Recursively remove path toolcache/Python/3.4.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6064,9 +5594,7 @@ exports[`MacOSBuilder for version 3.4.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.1x64darwin/tmp", "Recursively remove path toolcache/Python/3.4.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6094,9 +5622,7 @@ exports[`MacOSBuilder for version 3.4.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.1x86darwin/tmp", "Recursively remove path toolcache/Python/3.4.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6119,9 +5645,7 @@ exports[`MacOSBuilder for version 3.4.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.1 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6135,9 +5659,7 @@ exports[`MacOSBuilder for version 3.4.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.1 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6151,9 +5673,7 @@ exports[`MacOSBuilder for version 3.4.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.1 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6193,9 +5713,7 @@ exports[`MacOSBuilder for version 3.4.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.2arm64darwin/tmp", "Recursively remove path toolcache/Python/3.4.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6223,9 +5741,7 @@ exports[`MacOSBuilder for version 3.4.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.2x64darwin/tmp", "Recursively remove path toolcache/Python/3.4.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6253,9 +5769,7 @@ exports[`MacOSBuilder for version 3.4.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.2x86darwin/tmp", "Recursively remove path toolcache/Python/3.4.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6278,9 +5792,7 @@ exports[`MacOSBuilder for version 3.4.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.2 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6294,9 +5806,7 @@ exports[`MacOSBuilder for version 3.4.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.2 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6310,9 +5820,7 @@ exports[`MacOSBuilder for version 3.4.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.2 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6352,9 +5860,7 @@ exports[`MacOSBuilder for version 3.4.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.3arm64darwin/tmp", "Recursively remove path toolcache/Python/3.4.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6382,9 +5888,7 @@ exports[`MacOSBuilder for version 3.4.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.3x64darwin/tmp", "Recursively remove path toolcache/Python/3.4.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6412,9 +5916,7 @@ exports[`MacOSBuilder for version 3.4.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.3x86darwin/tmp", "Recursively remove path toolcache/Python/3.4.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6437,9 +5939,7 @@ exports[`MacOSBuilder for version 3.4.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.3 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6453,9 +5953,7 @@ exports[`MacOSBuilder for version 3.4.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.3 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6469,9 +5967,7 @@ exports[`MacOSBuilder for version 3.4.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.3 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6511,9 +6007,7 @@ exports[`MacOSBuilder for version 3.4.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.4arm64darwin/tmp", "Recursively remove path toolcache/Python/3.4.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6541,9 +6035,7 @@ exports[`MacOSBuilder for version 3.4.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.4x64darwin/tmp", "Recursively remove path toolcache/Python/3.4.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6571,9 +6063,7 @@ exports[`MacOSBuilder for version 3.4.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.4x86darwin/tmp", "Recursively remove path toolcache/Python/3.4.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6596,9 +6086,7 @@ exports[`MacOSBuilder for version 3.4.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.4 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6612,9 +6100,7 @@ exports[`MacOSBuilder for version 3.4.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.4 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6628,9 +6114,7 @@ exports[`MacOSBuilder for version 3.4.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.4 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6670,9 +6154,7 @@ exports[`MacOSBuilder for version 3.4.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.5arm64darwin/tmp", "Recursively remove path toolcache/Python/3.4.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6700,9 +6182,7 @@ exports[`MacOSBuilder for version 3.4.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.5x64darwin/tmp", "Recursively remove path toolcache/Python/3.4.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6730,9 +6210,7 @@ exports[`MacOSBuilder for version 3.4.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.5x86darwin/tmp", "Recursively remove path toolcache/Python/3.4.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6755,9 +6233,7 @@ exports[`MacOSBuilder for version 3.4.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.5 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6771,9 +6247,7 @@ exports[`MacOSBuilder for version 3.4.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.5 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6787,9 +6261,7 @@ exports[`MacOSBuilder for version 3.4.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.5 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6829,9 +6301,7 @@ exports[`MacOSBuilder for version 3.4.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.6arm64darwin/tmp", "Recursively remove path toolcache/Python/3.4.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6859,9 +6329,7 @@ exports[`MacOSBuilder for version 3.4.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.6x64darwin/tmp", "Recursively remove path toolcache/Python/3.4.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6889,9 +6357,7 @@ exports[`MacOSBuilder for version 3.4.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.6x86darwin/tmp", "Recursively remove path toolcache/Python/3.4.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -6914,9 +6380,7 @@ exports[`MacOSBuilder for version 3.4.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.6 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6930,9 +6394,7 @@ exports[`MacOSBuilder for version 3.4.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.6 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6946,9 +6408,7 @@ exports[`MacOSBuilder for version 3.4.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.6 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -6988,9 +6448,7 @@ exports[`MacOSBuilder for version 3.4.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.7arm64darwin/tmp", "Recursively remove path toolcache/Python/3.4.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -7018,9 +6476,7 @@ exports[`MacOSBuilder for version 3.4.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.7x64darwin/tmp", "Recursively remove path toolcache/Python/3.4.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -7048,9 +6504,7 @@ exports[`MacOSBuilder for version 3.4.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.7x86darwin/tmp", "Recursively remove path toolcache/Python/3.4.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -7073,9 +6527,7 @@ exports[`MacOSBuilder for version 3.4.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.7 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -7089,9 +6541,7 @@ exports[`MacOSBuilder for version 3.4.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.7 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -7105,9 +6555,7 @@ exports[`MacOSBuilder for version 3.4.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.7 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -7147,9 +6595,7 @@ exports[`MacOSBuilder for version 3.4.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.8arm64darwin/tmp", "Recursively remove path toolcache/Python/3.4.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -7177,9 +6623,7 @@ exports[`MacOSBuilder for version 3.4.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.8x64darwin/tmp", "Recursively remove path toolcache/Python/3.4.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -7207,9 +6651,7 @@ exports[`MacOSBuilder for version 3.4.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.8x86darwin/tmp", "Recursively remove path toolcache/Python/3.4.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -7232,9 +6674,7 @@ exports[`MacOSBuilder for version 3.4.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.8 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -7248,9 +6688,7 @@ exports[`MacOSBuilder for version 3.4.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.8 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -7264,9 +6702,7 @@ exports[`MacOSBuilder for version 3.4.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.8 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -7306,9 +6742,7 @@ exports[`MacOSBuilder for version 3.4.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.9arm64darwin/tmp", "Recursively remove path toolcache/Python/3.4.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -7336,9 +6770,7 @@ exports[`MacOSBuilder for version 3.4.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.9x64darwin/tmp", "Recursively remove path toolcache/Python/3.4.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -7366,9 +6798,7 @@ exports[`MacOSBuilder for version 3.4.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.4.9x86darwin/tmp", "Recursively remove path toolcache/Python/3.4.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -7391,9 +6821,7 @@ exports[`MacOSBuilder for version 3.4.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.9 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -7407,9 +6835,7 @@ exports[`MacOSBuilder for version 3.4.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.9 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -7423,9 +6849,7 @@ exports[`MacOSBuilder for version 3.4.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.4.9 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -7465,9 +6889,7 @@ exports[`MacOSBuilder for version 3.4.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.4.10arm64darwin/tmp", "Recursively remove path toolcache/Python/3.4.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -7495,9 +6917,7 @@ exports[`MacOSBuilder for version 3.4.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.4.10x64darwin/tmp", "Recursively remove path toolcache/Python/3.4.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -7525,9 +6945,7 @@ exports[`MacOSBuilder for version 3.4.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.4.10x86darwin/tmp", "Recursively remove path toolcache/Python/3.4.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Download https://raw.githubusercontent.com/rbenv/homebrew-tap/e472b7861b49cc082d1db0f66f265368da107589/Formula/openssl%401.0.rb to tmpDir/openssl@1.0.rb", @@ -7550,9 +6968,7 @@ exports[`MacOSBuilder for version 3.4.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.4.10 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -7566,9 +6982,7 @@ exports[`MacOSBuilder for version 3.4.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.4.10 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -7582,9 +6996,7 @@ exports[`MacOSBuilder for version 3.4.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.4.10 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Create symlink in path installPath/python pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python34 pointing to installPath/bin/python3.4", "Create symlink in path installPath/bin/python pointing to installPath/bin/python3.4", @@ -7624,9 +7036,7 @@ exports[`MacOSBuilder for version 3.5.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.0arm64darwin/tmp", "Recursively remove path toolcache/Python/3.5.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -7652,9 +7062,7 @@ exports[`MacOSBuilder for version 3.5.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.0x64darwin/tmp", "Recursively remove path toolcache/Python/3.5.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -7680,9 +7088,7 @@ exports[`MacOSBuilder for version 3.5.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.0x86darwin/tmp", "Recursively remove path toolcache/Python/3.5.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -7703,9 +7109,7 @@ exports[`MacOSBuilder for version 3.5.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.0 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -7720,9 +7124,7 @@ exports[`MacOSBuilder for version 3.5.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.0 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -7737,9 +7139,7 @@ exports[`MacOSBuilder for version 3.5.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.0 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -7765,9 +7165,7 @@ exports[`MacOSBuilder for version 3.5.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.1arm64darwin/tmp", "Recursively remove path toolcache/Python/3.5.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -7793,9 +7191,7 @@ exports[`MacOSBuilder for version 3.5.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.1x64darwin/tmp", "Recursively remove path toolcache/Python/3.5.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -7821,9 +7217,7 @@ exports[`MacOSBuilder for version 3.5.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.1x86darwin/tmp", "Recursively remove path toolcache/Python/3.5.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -7844,9 +7238,7 @@ exports[`MacOSBuilder for version 3.5.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.1 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -7861,9 +7253,7 @@ exports[`MacOSBuilder for version 3.5.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.1 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -7878,9 +7268,7 @@ exports[`MacOSBuilder for version 3.5.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.1 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -7906,9 +7294,7 @@ exports[`MacOSBuilder for version 3.5.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.2arm64darwin/tmp", "Recursively remove path toolcache/Python/3.5.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -7934,9 +7320,7 @@ exports[`MacOSBuilder for version 3.5.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.2x64darwin/tmp", "Recursively remove path toolcache/Python/3.5.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -7962,9 +7346,7 @@ exports[`MacOSBuilder for version 3.5.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.2x86darwin/tmp", "Recursively remove path toolcache/Python/3.5.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -7985,9 +7367,7 @@ exports[`MacOSBuilder for version 3.5.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.2 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8002,9 +7382,7 @@ exports[`MacOSBuilder for version 3.5.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.2 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8019,9 +7397,7 @@ exports[`MacOSBuilder for version 3.5.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.2 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8047,9 +7423,7 @@ exports[`MacOSBuilder for version 3.5.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.3arm64darwin/tmp", "Recursively remove path toolcache/Python/3.5.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8075,9 +7449,7 @@ exports[`MacOSBuilder for version 3.5.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.3x64darwin/tmp", "Recursively remove path toolcache/Python/3.5.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8103,9 +7475,7 @@ exports[`MacOSBuilder for version 3.5.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.3x86darwin/tmp", "Recursively remove path toolcache/Python/3.5.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8126,9 +7496,7 @@ exports[`MacOSBuilder for version 3.5.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.3 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8143,9 +7511,7 @@ exports[`MacOSBuilder for version 3.5.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.3 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8160,9 +7526,7 @@ exports[`MacOSBuilder for version 3.5.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.3 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8188,9 +7552,7 @@ exports[`MacOSBuilder for version 3.5.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.4arm64darwin/tmp", "Recursively remove path toolcache/Python/3.5.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8216,9 +7578,7 @@ exports[`MacOSBuilder for version 3.5.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.4x64darwin/tmp", "Recursively remove path toolcache/Python/3.5.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8244,9 +7604,7 @@ exports[`MacOSBuilder for version 3.5.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.4x86darwin/tmp", "Recursively remove path toolcache/Python/3.5.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8267,9 +7625,7 @@ exports[`MacOSBuilder for version 3.5.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.4 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8284,9 +7640,7 @@ exports[`MacOSBuilder for version 3.5.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.4 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8301,9 +7655,7 @@ exports[`MacOSBuilder for version 3.5.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.4 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8329,9 +7681,7 @@ exports[`MacOSBuilder for version 3.5.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.5arm64darwin/tmp", "Recursively remove path toolcache/Python/3.5.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8357,9 +7707,7 @@ exports[`MacOSBuilder for version 3.5.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.5x64darwin/tmp", "Recursively remove path toolcache/Python/3.5.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8385,9 +7733,7 @@ exports[`MacOSBuilder for version 3.5.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.5x86darwin/tmp", "Recursively remove path toolcache/Python/3.5.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8408,9 +7754,7 @@ exports[`MacOSBuilder for version 3.5.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.5 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8425,9 +7769,7 @@ exports[`MacOSBuilder for version 3.5.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.5 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8442,9 +7784,7 @@ exports[`MacOSBuilder for version 3.5.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.5 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8470,9 +7810,7 @@ exports[`MacOSBuilder for version 3.5.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.6arm64darwin/tmp", "Recursively remove path toolcache/Python/3.5.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8498,9 +7836,7 @@ exports[`MacOSBuilder for version 3.5.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.6x64darwin/tmp", "Recursively remove path toolcache/Python/3.5.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8526,9 +7862,7 @@ exports[`MacOSBuilder for version 3.5.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.6x86darwin/tmp", "Recursively remove path toolcache/Python/3.5.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8549,9 +7883,7 @@ exports[`MacOSBuilder for version 3.5.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.6 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8566,9 +7898,7 @@ exports[`MacOSBuilder for version 3.5.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.6 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8583,9 +7913,7 @@ exports[`MacOSBuilder for version 3.5.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.6 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8611,9 +7939,7 @@ exports[`MacOSBuilder for version 3.5.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.7arm64darwin/tmp", "Recursively remove path toolcache/Python/3.5.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8639,9 +7965,7 @@ exports[`MacOSBuilder for version 3.5.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.7x64darwin/tmp", "Recursively remove path toolcache/Python/3.5.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8667,9 +7991,7 @@ exports[`MacOSBuilder for version 3.5.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.7x86darwin/tmp", "Recursively remove path toolcache/Python/3.5.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8690,9 +8012,7 @@ exports[`MacOSBuilder for version 3.5.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.7 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8707,9 +8027,7 @@ exports[`MacOSBuilder for version 3.5.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.7 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8724,9 +8042,7 @@ exports[`MacOSBuilder for version 3.5.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.7 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8752,9 +8068,7 @@ exports[`MacOSBuilder for version 3.5.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.8arm64darwin/tmp", "Recursively remove path toolcache/Python/3.5.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8780,9 +8094,7 @@ exports[`MacOSBuilder for version 3.5.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.8x64darwin/tmp", "Recursively remove path toolcache/Python/3.5.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8808,9 +8120,7 @@ exports[`MacOSBuilder for version 3.5.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.8x86darwin/tmp", "Recursively remove path toolcache/Python/3.5.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8831,9 +8141,7 @@ exports[`MacOSBuilder for version 3.5.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.8 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8848,9 +8156,7 @@ exports[`MacOSBuilder for version 3.5.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.8 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8865,9 +8171,7 @@ exports[`MacOSBuilder for version 3.5.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.8 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8893,9 +8197,7 @@ exports[`MacOSBuilder for version 3.5.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.9arm64darwin/tmp", "Recursively remove path toolcache/Python/3.5.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8921,9 +8223,7 @@ exports[`MacOSBuilder for version 3.5.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.9x64darwin/tmp", "Recursively remove path toolcache/Python/3.5.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8949,9 +8249,7 @@ exports[`MacOSBuilder for version 3.5.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.5.9x86darwin/tmp", "Recursively remove path toolcache/Python/3.5.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -8972,9 +8270,7 @@ exports[`MacOSBuilder for version 3.5.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.9 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -8989,9 +8285,7 @@ exports[`MacOSBuilder for version 3.5.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.9 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -9006,9 +8300,7 @@ exports[`MacOSBuilder for version 3.5.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.5.9 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -9034,9 +8326,7 @@ exports[`MacOSBuilder for version 3.5.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.5.10arm64darwin/tmp", "Recursively remove path toolcache/Python/3.5.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9062,9 +8352,7 @@ exports[`MacOSBuilder for version 3.5.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.5.10x64darwin/tmp", "Recursively remove path toolcache/Python/3.5.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9090,9 +8378,7 @@ exports[`MacOSBuilder for version 3.5.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.5.10x86darwin/tmp", "Recursively remove path toolcache/Python/3.5.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9113,9 +8399,7 @@ exports[`MacOSBuilder for version 3.5.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.5.10 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -9130,9 +8414,7 @@ exports[`MacOSBuilder for version 3.5.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.5.10 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -9147,9 +8429,7 @@ exports[`MacOSBuilder for version 3.5.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.5.10 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.5", "Create symlink in path installPath/bin/python35 pointing to installPath/bin/python3.5", @@ -9175,9 +8455,7 @@ exports[`MacOSBuilder for version 3.6.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.0arm64darwin/tmp", "Recursively remove path toolcache/Python/3.6.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9203,9 +8481,7 @@ exports[`MacOSBuilder for version 3.6.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.0x64darwin/tmp", "Recursively remove path toolcache/Python/3.6.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9231,9 +8507,7 @@ exports[`MacOSBuilder for version 3.6.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.0x86darwin/tmp", "Recursively remove path toolcache/Python/3.6.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9254,9 +8528,7 @@ exports[`MacOSBuilder for version 3.6.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.0 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9271,9 +8543,7 @@ exports[`MacOSBuilder for version 3.6.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.0 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9288,9 +8558,7 @@ exports[`MacOSBuilder for version 3.6.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.0 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9316,9 +8584,7 @@ exports[`MacOSBuilder for version 3.6.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.1arm64darwin/tmp", "Recursively remove path toolcache/Python/3.6.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9344,9 +8610,7 @@ exports[`MacOSBuilder for version 3.6.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.1x64darwin/tmp", "Recursively remove path toolcache/Python/3.6.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9372,9 +8636,7 @@ exports[`MacOSBuilder for version 3.6.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.1x86darwin/tmp", "Recursively remove path toolcache/Python/3.6.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9395,9 +8657,7 @@ exports[`MacOSBuilder for version 3.6.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.1 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9412,9 +8672,7 @@ exports[`MacOSBuilder for version 3.6.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.1 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9429,9 +8687,7 @@ exports[`MacOSBuilder for version 3.6.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.1 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9457,9 +8713,7 @@ exports[`MacOSBuilder for version 3.6.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.2arm64darwin/tmp", "Recursively remove path toolcache/Python/3.6.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9485,9 +8739,7 @@ exports[`MacOSBuilder for version 3.6.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.2x64darwin/tmp", "Recursively remove path toolcache/Python/3.6.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9513,9 +8765,7 @@ exports[`MacOSBuilder for version 3.6.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.2x86darwin/tmp", "Recursively remove path toolcache/Python/3.6.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9536,9 +8786,7 @@ exports[`MacOSBuilder for version 3.6.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.2 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9553,9 +8801,7 @@ exports[`MacOSBuilder for version 3.6.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.2 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9570,9 +8816,7 @@ exports[`MacOSBuilder for version 3.6.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.2 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9598,9 +8842,7 @@ exports[`MacOSBuilder for version 3.6.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.3arm64darwin/tmp", "Recursively remove path toolcache/Python/3.6.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9626,9 +8868,7 @@ exports[`MacOSBuilder for version 3.6.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.3x64darwin/tmp", "Recursively remove path toolcache/Python/3.6.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9654,9 +8894,7 @@ exports[`MacOSBuilder for version 3.6.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.3x86darwin/tmp", "Recursively remove path toolcache/Python/3.6.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9677,9 +8915,7 @@ exports[`MacOSBuilder for version 3.6.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.3 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9694,9 +8930,7 @@ exports[`MacOSBuilder for version 3.6.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.3 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9711,9 +8945,7 @@ exports[`MacOSBuilder for version 3.6.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.3 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9739,9 +8971,7 @@ exports[`MacOSBuilder for version 3.6.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.4arm64darwin/tmp", "Recursively remove path toolcache/Python/3.6.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9767,9 +8997,7 @@ exports[`MacOSBuilder for version 3.6.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.4x64darwin/tmp", "Recursively remove path toolcache/Python/3.6.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9795,9 +9023,7 @@ exports[`MacOSBuilder for version 3.6.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.4x86darwin/tmp", "Recursively remove path toolcache/Python/3.6.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9818,9 +9044,7 @@ exports[`MacOSBuilder for version 3.6.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.4 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9835,9 +9059,7 @@ exports[`MacOSBuilder for version 3.6.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.4 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9852,9 +9074,7 @@ exports[`MacOSBuilder for version 3.6.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.4 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9880,9 +9100,7 @@ exports[`MacOSBuilder for version 3.6.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.5arm64darwin/tmp", "Recursively remove path toolcache/Python/3.6.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9908,9 +9126,7 @@ exports[`MacOSBuilder for version 3.6.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.5x64darwin/tmp", "Recursively remove path toolcache/Python/3.6.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9936,9 +9152,7 @@ exports[`MacOSBuilder for version 3.6.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.5x86darwin/tmp", "Recursively remove path toolcache/Python/3.6.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -9959,9 +9173,7 @@ exports[`MacOSBuilder for version 3.6.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.5 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9976,9 +9188,7 @@ exports[`MacOSBuilder for version 3.6.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.5 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -9993,9 +9203,7 @@ exports[`MacOSBuilder for version 3.6.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.5 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10021,9 +9229,7 @@ exports[`MacOSBuilder for version 3.6.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.6arm64darwin/tmp", "Recursively remove path toolcache/Python/3.6.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10049,9 +9255,7 @@ exports[`MacOSBuilder for version 3.6.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.6x64darwin/tmp", "Recursively remove path toolcache/Python/3.6.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10077,9 +9281,7 @@ exports[`MacOSBuilder for version 3.6.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.6x86darwin/tmp", "Recursively remove path toolcache/Python/3.6.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10100,9 +9302,7 @@ exports[`MacOSBuilder for version 3.6.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.6 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10117,9 +9317,7 @@ exports[`MacOSBuilder for version 3.6.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.6 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10134,9 +9332,7 @@ exports[`MacOSBuilder for version 3.6.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.6 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10162,9 +9358,7 @@ exports[`MacOSBuilder for version 3.6.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.7arm64darwin/tmp", "Recursively remove path toolcache/Python/3.6.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10190,9 +9384,7 @@ exports[`MacOSBuilder for version 3.6.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.7x64darwin/tmp", "Recursively remove path toolcache/Python/3.6.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10218,9 +9410,7 @@ exports[`MacOSBuilder for version 3.6.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.7x86darwin/tmp", "Recursively remove path toolcache/Python/3.6.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10241,9 +9431,7 @@ exports[`MacOSBuilder for version 3.6.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.7 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10258,9 +9446,7 @@ exports[`MacOSBuilder for version 3.6.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.7 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10275,9 +9461,7 @@ exports[`MacOSBuilder for version 3.6.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.7 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10303,9 +9487,7 @@ exports[`MacOSBuilder for version 3.6.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.8arm64darwin/tmp", "Recursively remove path toolcache/Python/3.6.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10331,9 +9513,7 @@ exports[`MacOSBuilder for version 3.6.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.8x64darwin/tmp", "Recursively remove path toolcache/Python/3.6.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10359,9 +9539,7 @@ exports[`MacOSBuilder for version 3.6.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.8x86darwin/tmp", "Recursively remove path toolcache/Python/3.6.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10382,9 +9560,7 @@ exports[`MacOSBuilder for version 3.6.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.8 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10399,9 +9575,7 @@ exports[`MacOSBuilder for version 3.6.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.8 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10416,9 +9590,7 @@ exports[`MacOSBuilder for version 3.6.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.8 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10444,9 +9616,7 @@ exports[`MacOSBuilder for version 3.6.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.9arm64darwin/tmp", "Recursively remove path toolcache/Python/3.6.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10472,9 +9642,7 @@ exports[`MacOSBuilder for version 3.6.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.9x64darwin/tmp", "Recursively remove path toolcache/Python/3.6.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10500,9 +9668,7 @@ exports[`MacOSBuilder for version 3.6.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.6.9x86darwin/tmp", "Recursively remove path toolcache/Python/3.6.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10523,9 +9689,7 @@ exports[`MacOSBuilder for version 3.6.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.9 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10540,9 +9704,7 @@ exports[`MacOSBuilder for version 3.6.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.9 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10557,9 +9719,7 @@ exports[`MacOSBuilder for version 3.6.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.6.9 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10585,9 +9745,7 @@ exports[`MacOSBuilder for version 3.6.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.10arm64darwin/tmp", "Recursively remove path toolcache/Python/3.6.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10613,9 +9771,7 @@ exports[`MacOSBuilder for version 3.6.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.10x64darwin/tmp", "Recursively remove path toolcache/Python/3.6.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10641,9 +9797,7 @@ exports[`MacOSBuilder for version 3.6.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.10x86darwin/tmp", "Recursively remove path toolcache/Python/3.6.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10664,9 +9818,7 @@ exports[`MacOSBuilder for version 3.6.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.10 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10681,9 +9833,7 @@ exports[`MacOSBuilder for version 3.6.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.10 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10698,9 +9848,7 @@ exports[`MacOSBuilder for version 3.6.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.10 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10726,9 +9874,7 @@ exports[`MacOSBuilder for version 3.6.11 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.11arm64darwin/tmp", "Recursively remove path toolcache/Python/3.6.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10754,9 +9900,7 @@ exports[`MacOSBuilder for version 3.6.11 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.11x64darwin/tmp", "Recursively remove path toolcache/Python/3.6.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10782,9 +9926,7 @@ exports[`MacOSBuilder for version 3.6.11 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.11x86darwin/tmp", "Recursively remove path toolcache/Python/3.6.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10805,9 +9947,7 @@ exports[`MacOSBuilder for version 3.6.11 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.11 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10822,9 +9962,7 @@ exports[`MacOSBuilder for version 3.6.11 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.11 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10839,9 +9977,7 @@ exports[`MacOSBuilder for version 3.6.11 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.11 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10867,9 +10003,7 @@ exports[`MacOSBuilder for version 3.6.12 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.12arm64darwin/tmp", "Recursively remove path toolcache/Python/3.6.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10895,9 +10029,7 @@ exports[`MacOSBuilder for version 3.6.12 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.12x64darwin/tmp", "Recursively remove path toolcache/Python/3.6.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10923,9 +10055,7 @@ exports[`MacOSBuilder for version 3.6.12 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.12x86darwin/tmp", "Recursively remove path toolcache/Python/3.6.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -10946,9 +10076,7 @@ exports[`MacOSBuilder for version 3.6.12 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.12 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10963,9 +10091,7 @@ exports[`MacOSBuilder for version 3.6.12 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.12 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -10980,9 +10106,7 @@ exports[`MacOSBuilder for version 3.6.12 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.12 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -11008,9 +10132,7 @@ exports[`MacOSBuilder for version 3.6.13 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.13arm64darwin/tmp", "Recursively remove path toolcache/Python/3.6.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11036,9 +10158,7 @@ exports[`MacOSBuilder for version 3.6.13 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.13x64darwin/tmp", "Recursively remove path toolcache/Python/3.6.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11064,9 +10184,7 @@ exports[`MacOSBuilder for version 3.6.13 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.13x86darwin/tmp", "Recursively remove path toolcache/Python/3.6.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11087,9 +10205,7 @@ exports[`MacOSBuilder for version 3.6.13 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.13 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -11104,9 +10220,7 @@ exports[`MacOSBuilder for version 3.6.13 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.13 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -11121,9 +10235,7 @@ exports[`MacOSBuilder for version 3.6.13 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.13 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -11149,9 +10261,7 @@ exports[`MacOSBuilder for version 3.6.14 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.14arm64darwin/tmp", "Recursively remove path toolcache/Python/3.6.14", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11177,9 +10287,7 @@ exports[`MacOSBuilder for version 3.6.14 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.14x64darwin/tmp", "Recursively remove path toolcache/Python/3.6.14", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11205,9 +10313,7 @@ exports[`MacOSBuilder for version 3.6.14 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.14x86darwin/tmp", "Recursively remove path toolcache/Python/3.6.14", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11228,9 +10334,7 @@ exports[`MacOSBuilder for version 3.6.14 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.14 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -11245,9 +10349,7 @@ exports[`MacOSBuilder for version 3.6.14 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.14 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -11262,9 +10364,7 @@ exports[`MacOSBuilder for version 3.6.14 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.14 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -11290,9 +10390,7 @@ exports[`MacOSBuilder for version 3.6.15 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.15arm64darwin/tmp", "Recursively remove path toolcache/Python/3.6.15", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11318,9 +10416,7 @@ exports[`MacOSBuilder for version 3.6.15 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.15x64darwin/tmp", "Recursively remove path toolcache/Python/3.6.15", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11346,9 +10442,7 @@ exports[`MacOSBuilder for version 3.6.15 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.6.15x86darwin/tmp", "Recursively remove path toolcache/Python/3.6.15", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11369,9 +10463,7 @@ exports[`MacOSBuilder for version 3.6.15 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.15 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -11386,9 +10478,7 @@ exports[`MacOSBuilder for version 3.6.15 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.15 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -11403,9 +10493,7 @@ exports[`MacOSBuilder for version 3.6.15 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.6.15 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.6", "Create symlink in path installPath/bin/python36 pointing to installPath/bin/python3.6", @@ -11431,9 +10519,7 @@ exports[`MacOSBuilder for version 3.7.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.0arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11459,9 +10545,7 @@ exports[`MacOSBuilder for version 3.7.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.0x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11487,9 +10571,7 @@ exports[`MacOSBuilder for version 3.7.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.0x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11510,9 +10592,7 @@ exports[`MacOSBuilder for version 3.7.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.0 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -11527,9 +10607,7 @@ exports[`MacOSBuilder for version 3.7.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.0 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -11544,9 +10622,7 @@ exports[`MacOSBuilder for version 3.7.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.0 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -11572,9 +10648,7 @@ exports[`MacOSBuilder for version 3.7.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.1arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11600,9 +10674,7 @@ exports[`MacOSBuilder for version 3.7.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.1x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11628,9 +10700,7 @@ exports[`MacOSBuilder for version 3.7.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.1x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11651,9 +10721,7 @@ exports[`MacOSBuilder for version 3.7.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.1 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -11668,9 +10736,7 @@ exports[`MacOSBuilder for version 3.7.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.1 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -11685,9 +10751,7 @@ exports[`MacOSBuilder for version 3.7.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.1 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -11713,9 +10777,7 @@ exports[`MacOSBuilder for version 3.7.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.2arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11741,9 +10803,7 @@ exports[`MacOSBuilder for version 3.7.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.2x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11769,9 +10829,7 @@ exports[`MacOSBuilder for version 3.7.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.2x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11792,9 +10850,7 @@ exports[`MacOSBuilder for version 3.7.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.2 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -11809,9 +10865,7 @@ exports[`MacOSBuilder for version 3.7.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.2 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -11826,9 +10880,7 @@ exports[`MacOSBuilder for version 3.7.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.2 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -11854,9 +10906,7 @@ exports[`MacOSBuilder for version 3.7.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.3arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11882,9 +10932,7 @@ exports[`MacOSBuilder for version 3.7.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.3x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11910,9 +10958,7 @@ exports[`MacOSBuilder for version 3.7.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.3x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -11933,9 +10979,7 @@ exports[`MacOSBuilder for version 3.7.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.3 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -11950,9 +10994,7 @@ exports[`MacOSBuilder for version 3.7.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.3 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -11967,9 +11009,7 @@ exports[`MacOSBuilder for version 3.7.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.3 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -11995,9 +11035,7 @@ exports[`MacOSBuilder for version 3.7.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.4arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12023,9 +11061,7 @@ exports[`MacOSBuilder for version 3.7.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.4x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12051,9 +11087,7 @@ exports[`MacOSBuilder for version 3.7.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.4x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12074,9 +11108,7 @@ exports[`MacOSBuilder for version 3.7.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.4 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12091,9 +11123,7 @@ exports[`MacOSBuilder for version 3.7.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.4 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12108,9 +11138,7 @@ exports[`MacOSBuilder for version 3.7.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.4 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12136,9 +11164,7 @@ exports[`MacOSBuilder for version 3.7.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.5arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12164,9 +11190,7 @@ exports[`MacOSBuilder for version 3.7.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.5x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12192,9 +11216,7 @@ exports[`MacOSBuilder for version 3.7.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.5x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12215,9 +11237,7 @@ exports[`MacOSBuilder for version 3.7.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.5 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12232,9 +11252,7 @@ exports[`MacOSBuilder for version 3.7.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.5 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12249,9 +11267,7 @@ exports[`MacOSBuilder for version 3.7.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.5 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12277,9 +11293,7 @@ exports[`MacOSBuilder for version 3.7.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.6arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12305,9 +11319,7 @@ exports[`MacOSBuilder for version 3.7.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.6x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12333,9 +11345,7 @@ exports[`MacOSBuilder for version 3.7.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.6x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12356,9 +11366,7 @@ exports[`MacOSBuilder for version 3.7.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.6 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12373,9 +11381,7 @@ exports[`MacOSBuilder for version 3.7.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.6 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12390,9 +11396,7 @@ exports[`MacOSBuilder for version 3.7.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.6 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12418,9 +11422,7 @@ exports[`MacOSBuilder for version 3.7.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.7arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12446,9 +11448,7 @@ exports[`MacOSBuilder for version 3.7.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.7x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12474,9 +11474,7 @@ exports[`MacOSBuilder for version 3.7.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.7x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12497,9 +11495,7 @@ exports[`MacOSBuilder for version 3.7.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.7 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12514,9 +11510,7 @@ exports[`MacOSBuilder for version 3.7.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.7 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12531,9 +11525,7 @@ exports[`MacOSBuilder for version 3.7.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.7 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12559,9 +11551,7 @@ exports[`MacOSBuilder for version 3.7.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.8arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12587,9 +11577,7 @@ exports[`MacOSBuilder for version 3.7.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.8x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12615,9 +11603,7 @@ exports[`MacOSBuilder for version 3.7.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.8x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12638,9 +11624,7 @@ exports[`MacOSBuilder for version 3.7.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.8 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12655,9 +11639,7 @@ exports[`MacOSBuilder for version 3.7.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.8 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12672,9 +11654,7 @@ exports[`MacOSBuilder for version 3.7.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.8 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12700,9 +11680,7 @@ exports[`MacOSBuilder for version 3.7.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.9arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12728,9 +11706,7 @@ exports[`MacOSBuilder for version 3.7.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.9x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12756,9 +11732,7 @@ exports[`MacOSBuilder for version 3.7.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.7.9x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12779,9 +11753,7 @@ exports[`MacOSBuilder for version 3.7.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.9 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12796,9 +11768,7 @@ exports[`MacOSBuilder for version 3.7.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.9 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12813,9 +11783,7 @@ exports[`MacOSBuilder for version 3.7.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.7.9 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12841,9 +11809,7 @@ exports[`MacOSBuilder for version 3.7.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.10arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12869,9 +11835,7 @@ exports[`MacOSBuilder for version 3.7.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.10x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12897,9 +11861,7 @@ exports[`MacOSBuilder for version 3.7.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.10x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -12920,9 +11882,7 @@ exports[`MacOSBuilder for version 3.7.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.10 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12937,9 +11897,7 @@ exports[`MacOSBuilder for version 3.7.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.10 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12954,9 +11912,7 @@ exports[`MacOSBuilder for version 3.7.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.10 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -12982,9 +11938,7 @@ exports[`MacOSBuilder for version 3.7.11 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.11arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13010,9 +11964,7 @@ exports[`MacOSBuilder for version 3.7.11 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.11x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13038,9 +11990,7 @@ exports[`MacOSBuilder for version 3.7.11 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.11x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13061,9 +12011,7 @@ exports[`MacOSBuilder for version 3.7.11 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.11 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13078,9 +12026,7 @@ exports[`MacOSBuilder for version 3.7.11 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.11 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13095,9 +12041,7 @@ exports[`MacOSBuilder for version 3.7.11 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.11 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13123,9 +12067,7 @@ exports[`MacOSBuilder for version 3.7.12 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.12arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13151,9 +12093,7 @@ exports[`MacOSBuilder for version 3.7.12 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.12x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13179,9 +12119,7 @@ exports[`MacOSBuilder for version 3.7.12 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.12x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13202,9 +12140,7 @@ exports[`MacOSBuilder for version 3.7.12 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.12 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13219,9 +12155,7 @@ exports[`MacOSBuilder for version 3.7.12 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.12 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13236,9 +12170,7 @@ exports[`MacOSBuilder for version 3.7.12 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.12 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13264,9 +12196,7 @@ exports[`MacOSBuilder for version 3.7.13 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.13arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13292,9 +12222,7 @@ exports[`MacOSBuilder for version 3.7.13 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.13x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13320,9 +12248,7 @@ exports[`MacOSBuilder for version 3.7.13 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.13x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13343,9 +12269,7 @@ exports[`MacOSBuilder for version 3.7.13 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.13 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13360,9 +12284,7 @@ exports[`MacOSBuilder for version 3.7.13 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.13 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13377,9 +12299,7 @@ exports[`MacOSBuilder for version 3.7.13 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.13 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13405,9 +12325,7 @@ exports[`MacOSBuilder for version 3.7.14 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.14arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.14", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13433,9 +12351,7 @@ exports[`MacOSBuilder for version 3.7.14 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.14x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.14", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13461,9 +12377,7 @@ exports[`MacOSBuilder for version 3.7.14 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.14x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.14", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13484,9 +12398,7 @@ exports[`MacOSBuilder for version 3.7.14 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.14 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13501,9 +12413,7 @@ exports[`MacOSBuilder for version 3.7.14 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.14 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13518,9 +12428,7 @@ exports[`MacOSBuilder for version 3.7.14 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.14 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13546,9 +12454,7 @@ exports[`MacOSBuilder for version 3.7.15 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.15arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.15", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13574,9 +12480,7 @@ exports[`MacOSBuilder for version 3.7.15 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.15x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.15", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13602,9 +12506,7 @@ exports[`MacOSBuilder for version 3.7.15 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.15x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.15", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13625,9 +12527,7 @@ exports[`MacOSBuilder for version 3.7.15 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.15 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13642,9 +12542,7 @@ exports[`MacOSBuilder for version 3.7.15 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.15 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13659,9 +12557,7 @@ exports[`MacOSBuilder for version 3.7.15 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.15 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13687,9 +12583,7 @@ exports[`MacOSBuilder for version 3.7.16 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.16arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.16", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13715,9 +12609,7 @@ exports[`MacOSBuilder for version 3.7.16 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.16x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.16", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13743,9 +12635,7 @@ exports[`MacOSBuilder for version 3.7.16 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.16x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.16", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13766,9 +12656,7 @@ exports[`MacOSBuilder for version 3.7.16 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.16 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13783,9 +12671,7 @@ exports[`MacOSBuilder for version 3.7.16 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.16 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13800,9 +12686,7 @@ exports[`MacOSBuilder for version 3.7.16 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.16 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13828,9 +12712,7 @@ exports[`MacOSBuilder for version 3.7.17 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.17arm64darwin/tmp", "Recursively remove path toolcache/Python/3.7.17", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13856,9 +12738,7 @@ exports[`MacOSBuilder for version 3.7.17 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.17x64darwin/tmp", "Recursively remove path toolcache/Python/3.7.17", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13884,9 +12764,7 @@ exports[`MacOSBuilder for version 3.7.17 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.7.17x86darwin/tmp", "Recursively remove path toolcache/Python/3.7.17", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13907,9 +12785,7 @@ exports[`MacOSBuilder for version 3.7.17 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.17 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13924,9 +12800,7 @@ exports[`MacOSBuilder for version 3.7.17 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.17 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13941,9 +12815,7 @@ exports[`MacOSBuilder for version 3.7.17 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.7.17 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.7", "Create symlink in path installPath/bin/python37 pointing to installPath/bin/python3.7", @@ -13969,9 +12841,7 @@ exports[`MacOSBuilder for version 3.8.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.0arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -13997,9 +12867,7 @@ exports[`MacOSBuilder for version 3.8.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.0x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14025,9 +12893,7 @@ exports[`MacOSBuilder for version 3.8.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.0x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14048,9 +12914,7 @@ exports[`MacOSBuilder for version 3.8.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.0 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14065,9 +12929,7 @@ exports[`MacOSBuilder for version 3.8.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.0 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14082,9 +12944,7 @@ exports[`MacOSBuilder for version 3.8.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.0 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14110,9 +12970,7 @@ exports[`MacOSBuilder for version 3.8.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.1arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14138,9 +12996,7 @@ exports[`MacOSBuilder for version 3.8.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.1x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14166,9 +13022,7 @@ exports[`MacOSBuilder for version 3.8.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.1x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14189,9 +13043,7 @@ exports[`MacOSBuilder for version 3.8.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.1 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14206,9 +13058,7 @@ exports[`MacOSBuilder for version 3.8.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.1 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14223,9 +13073,7 @@ exports[`MacOSBuilder for version 3.8.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.1 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14251,9 +13099,7 @@ exports[`MacOSBuilder for version 3.8.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.2arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14279,9 +13125,7 @@ exports[`MacOSBuilder for version 3.8.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.2x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14307,9 +13151,7 @@ exports[`MacOSBuilder for version 3.8.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.2x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14330,9 +13172,7 @@ exports[`MacOSBuilder for version 3.8.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.2 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14347,9 +13187,7 @@ exports[`MacOSBuilder for version 3.8.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.2 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14364,9 +13202,7 @@ exports[`MacOSBuilder for version 3.8.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.2 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14392,9 +13228,7 @@ exports[`MacOSBuilder for version 3.8.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.3arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14420,9 +13254,7 @@ exports[`MacOSBuilder for version 3.8.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.3x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14448,9 +13280,7 @@ exports[`MacOSBuilder for version 3.8.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.3x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14471,9 +13301,7 @@ exports[`MacOSBuilder for version 3.8.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.3 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14488,9 +13316,7 @@ exports[`MacOSBuilder for version 3.8.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.3 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14505,9 +13331,7 @@ exports[`MacOSBuilder for version 3.8.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.3 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14533,9 +13357,7 @@ exports[`MacOSBuilder for version 3.8.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.4arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14561,9 +13383,7 @@ exports[`MacOSBuilder for version 3.8.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.4x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14589,9 +13409,7 @@ exports[`MacOSBuilder for version 3.8.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.4x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14612,9 +13430,7 @@ exports[`MacOSBuilder for version 3.8.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.4 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14629,9 +13445,7 @@ exports[`MacOSBuilder for version 3.8.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.4 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14646,9 +13460,7 @@ exports[`MacOSBuilder for version 3.8.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.4 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14674,9 +13486,7 @@ exports[`MacOSBuilder for version 3.8.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.5arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14702,9 +13512,7 @@ exports[`MacOSBuilder for version 3.8.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.5x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14730,9 +13538,7 @@ exports[`MacOSBuilder for version 3.8.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.5x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14753,9 +13559,7 @@ exports[`MacOSBuilder for version 3.8.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.5 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14770,9 +13574,7 @@ exports[`MacOSBuilder for version 3.8.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.5 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14787,9 +13589,7 @@ exports[`MacOSBuilder for version 3.8.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.5 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14815,9 +13615,7 @@ exports[`MacOSBuilder for version 3.8.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.6arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14843,9 +13641,7 @@ exports[`MacOSBuilder for version 3.8.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.6x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14871,9 +13667,7 @@ exports[`MacOSBuilder for version 3.8.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.6x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14894,9 +13688,7 @@ exports[`MacOSBuilder for version 3.8.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.6 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14911,9 +13703,7 @@ exports[`MacOSBuilder for version 3.8.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.6 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14928,9 +13718,7 @@ exports[`MacOSBuilder for version 3.8.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.6 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -14956,9 +13744,7 @@ exports[`MacOSBuilder for version 3.8.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.7arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -14984,9 +13770,7 @@ exports[`MacOSBuilder for version 3.8.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.7x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15012,9 +13796,7 @@ exports[`MacOSBuilder for version 3.8.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.7x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15035,9 +13817,7 @@ exports[`MacOSBuilder for version 3.8.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.7 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15052,9 +13832,7 @@ exports[`MacOSBuilder for version 3.8.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.7 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15069,9 +13847,7 @@ exports[`MacOSBuilder for version 3.8.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.7 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15097,9 +13873,7 @@ exports[`MacOSBuilder for version 3.8.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.8arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15125,9 +13899,7 @@ exports[`MacOSBuilder for version 3.8.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.8x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15153,9 +13925,7 @@ exports[`MacOSBuilder for version 3.8.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.8x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15176,9 +13946,7 @@ exports[`MacOSBuilder for version 3.8.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.8 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15193,9 +13961,7 @@ exports[`MacOSBuilder for version 3.8.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.8 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15210,9 +13976,7 @@ exports[`MacOSBuilder for version 3.8.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.8 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15238,9 +14002,7 @@ exports[`MacOSBuilder for version 3.8.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.9arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15266,9 +14028,7 @@ exports[`MacOSBuilder for version 3.8.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.9x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15294,9 +14054,7 @@ exports[`MacOSBuilder for version 3.8.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.8.9x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15317,9 +14075,7 @@ exports[`MacOSBuilder for version 3.8.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.9 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15334,9 +14090,7 @@ exports[`MacOSBuilder for version 3.8.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.9 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15351,9 +14105,7 @@ exports[`MacOSBuilder for version 3.8.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.8.9 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15379,9 +14131,7 @@ exports[`MacOSBuilder for version 3.8.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.10arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15407,9 +14157,7 @@ exports[`MacOSBuilder for version 3.8.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.10x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15435,9 +14183,7 @@ exports[`MacOSBuilder for version 3.8.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.10x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15458,9 +14204,7 @@ exports[`MacOSBuilder for version 3.8.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.10 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15475,9 +14219,7 @@ exports[`MacOSBuilder for version 3.8.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.10 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15492,9 +14234,7 @@ exports[`MacOSBuilder for version 3.8.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.10 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15520,9 +14260,7 @@ exports[`MacOSBuilder for version 3.8.11 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.11arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15548,9 +14286,7 @@ exports[`MacOSBuilder for version 3.8.11 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.11x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15576,9 +14312,7 @@ exports[`MacOSBuilder for version 3.8.11 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.11x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15599,9 +14333,7 @@ exports[`MacOSBuilder for version 3.8.11 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.11 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15616,9 +14348,7 @@ exports[`MacOSBuilder for version 3.8.11 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.11 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15633,9 +14363,7 @@ exports[`MacOSBuilder for version 3.8.11 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.11 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15661,9 +14389,7 @@ exports[`MacOSBuilder for version 3.8.12 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.12arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15689,9 +14415,7 @@ exports[`MacOSBuilder for version 3.8.12 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.12x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15717,9 +14441,7 @@ exports[`MacOSBuilder for version 3.8.12 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.12x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15740,9 +14462,7 @@ exports[`MacOSBuilder for version 3.8.12 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.12 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15757,9 +14477,7 @@ exports[`MacOSBuilder for version 3.8.12 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.12 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15774,9 +14492,7 @@ exports[`MacOSBuilder for version 3.8.12 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.12 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15802,9 +14518,7 @@ exports[`MacOSBuilder for version 3.8.13 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.13arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15830,9 +14544,7 @@ exports[`MacOSBuilder for version 3.8.13 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.13x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15858,9 +14570,7 @@ exports[`MacOSBuilder for version 3.8.13 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.13x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15881,9 +14591,7 @@ exports[`MacOSBuilder for version 3.8.13 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.13 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15898,9 +14606,7 @@ exports[`MacOSBuilder for version 3.8.13 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.13 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15915,9 +14621,7 @@ exports[`MacOSBuilder for version 3.8.13 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.13 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -15943,9 +14647,7 @@ exports[`MacOSBuilder for version 3.8.14 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.14arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.14", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15971,9 +14673,7 @@ exports[`MacOSBuilder for version 3.8.14 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.14x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.14", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -15999,9 +14699,7 @@ exports[`MacOSBuilder for version 3.8.14 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.14x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.14", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -16022,9 +14720,7 @@ exports[`MacOSBuilder for version 3.8.14 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.14 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -16039,9 +14735,7 @@ exports[`MacOSBuilder for version 3.8.14 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.14 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -16056,9 +14750,7 @@ exports[`MacOSBuilder for version 3.8.14 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.14 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -16084,9 +14776,7 @@ exports[`MacOSBuilder for version 3.8.15 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.15arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.15", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -16112,9 +14802,7 @@ exports[`MacOSBuilder for version 3.8.15 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.15x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.15", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -16140,9 +14828,7 @@ exports[`MacOSBuilder for version 3.8.15 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.15x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.15", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -16163,9 +14849,7 @@ exports[`MacOSBuilder for version 3.8.15 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.15 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -16180,9 +14864,7 @@ exports[`MacOSBuilder for version 3.8.15 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.15 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -16197,9 +14879,7 @@ exports[`MacOSBuilder for version 3.8.15 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.15 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -16225,9 +14905,7 @@ exports[`MacOSBuilder for version 3.8.16 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.16arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.16", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -16253,9 +14931,7 @@ exports[`MacOSBuilder for version 3.8.16 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.16x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.16", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -16281,9 +14957,7 @@ exports[`MacOSBuilder for version 3.8.16 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.16x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.16", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -16304,9 +14978,7 @@ exports[`MacOSBuilder for version 3.8.16 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.16 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -16321,9 +14993,7 @@ exports[`MacOSBuilder for version 3.8.16 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.16 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -16338,9 +15008,7 @@ exports[`MacOSBuilder for version 3.8.16 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.16 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -16366,9 +15034,7 @@ exports[`MacOSBuilder for version 3.8.17 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.17arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.17", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -16394,9 +15060,7 @@ exports[`MacOSBuilder for version 3.8.17 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.17x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.17", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -16422,9 +15086,7 @@ exports[`MacOSBuilder for version 3.8.17 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.17x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.17", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -16445,9 +15107,7 @@ exports[`MacOSBuilder for version 3.8.17 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.17 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -16462,9 +15122,7 @@ exports[`MacOSBuilder for version 3.8.17 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.17 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -16479,9 +15137,7 @@ exports[`MacOSBuilder for version 3.8.17 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.17 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -16507,9 +15163,7 @@ exports[`MacOSBuilder for version 3.8.18 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.18arm64darwin/tmp", "Recursively remove path toolcache/Python/3.8.18", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -16535,9 +15189,7 @@ exports[`MacOSBuilder for version 3.8.18 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.18x64darwin/tmp", "Recursively remove path toolcache/Python/3.8.18", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -16563,9 +15215,7 @@ exports[`MacOSBuilder for version 3.8.18 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.8.18x86darwin/tmp", "Recursively remove path toolcache/Python/3.8.18", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl@1.1 "", @@ -16586,9 +15236,7 @@ exports[`MacOSBuilder for version 3.8.18 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -16603,9 +15251,7 @@ exports[`MacOSBuilder for version 3.8.18 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -16620,9 +15266,7 @@ exports[`MacOSBuilder for version 3.8.18 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.8.18 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl@1.1 "", "Create symlink in path installPath/python pointing to installPath/bin/python3.8", "Create symlink in path installPath/bin/python38 pointing to installPath/bin/python3.8", @@ -16648,9 +15292,7 @@ exports[`MacOSBuilder for version 3.9.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.0arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -16676,9 +15318,7 @@ exports[`MacOSBuilder for version 3.9.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.0x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -16704,9 +15344,7 @@ exports[`MacOSBuilder for version 3.9.0 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.0x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -16727,9 +15365,7 @@ exports[`MacOSBuilder for version 3.9.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.0 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -16744,9 +15380,7 @@ exports[`MacOSBuilder for version 3.9.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.0 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -16761,9 +15395,7 @@ exports[`MacOSBuilder for version 3.9.0 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.0 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -16789,9 +15421,7 @@ exports[`MacOSBuilder for version 3.9.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.1arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -16817,9 +15447,7 @@ exports[`MacOSBuilder for version 3.9.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.1x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -16845,9 +15473,7 @@ exports[`MacOSBuilder for version 3.9.1 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.1x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -16868,9 +15494,7 @@ exports[`MacOSBuilder for version 3.9.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.1 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -16885,9 +15509,7 @@ exports[`MacOSBuilder for version 3.9.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.1 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -16902,9 +15524,7 @@ exports[`MacOSBuilder for version 3.9.1 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.1 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -16930,9 +15550,7 @@ exports[`MacOSBuilder for version 3.9.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.2arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -16958,9 +15576,7 @@ exports[`MacOSBuilder for version 3.9.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.2x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -16986,9 +15602,7 @@ exports[`MacOSBuilder for version 3.9.2 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.2x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17009,9 +15623,7 @@ exports[`MacOSBuilder for version 3.9.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.2 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17026,9 +15638,7 @@ exports[`MacOSBuilder for version 3.9.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.2 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17043,9 +15653,7 @@ exports[`MacOSBuilder for version 3.9.2 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.2 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17071,9 +15679,7 @@ exports[`MacOSBuilder for version 3.9.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.3arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17099,9 +15705,7 @@ exports[`MacOSBuilder for version 3.9.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.3x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17127,9 +15731,7 @@ exports[`MacOSBuilder for version 3.9.3 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.3x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17150,9 +15752,7 @@ exports[`MacOSBuilder for version 3.9.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.3 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17167,9 +15767,7 @@ exports[`MacOSBuilder for version 3.9.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.3 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17184,9 +15782,7 @@ exports[`MacOSBuilder for version 3.9.3 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.3 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17212,9 +15808,7 @@ exports[`MacOSBuilder for version 3.9.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.4arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17240,9 +15834,7 @@ exports[`MacOSBuilder for version 3.9.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.4x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17268,9 +15860,7 @@ exports[`MacOSBuilder for version 3.9.4 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.4x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17291,9 +15881,7 @@ exports[`MacOSBuilder for version 3.9.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.4 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17308,9 +15896,7 @@ exports[`MacOSBuilder for version 3.9.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.4 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17325,9 +15911,7 @@ exports[`MacOSBuilder for version 3.9.4 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.4 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17353,9 +15937,7 @@ exports[`MacOSBuilder for version 3.9.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.5arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17381,9 +15963,7 @@ exports[`MacOSBuilder for version 3.9.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.5x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17409,9 +15989,7 @@ exports[`MacOSBuilder for version 3.9.5 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.5x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17432,9 +16010,7 @@ exports[`MacOSBuilder for version 3.9.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.5 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17449,9 +16025,7 @@ exports[`MacOSBuilder for version 3.9.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.5 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17466,9 +16040,7 @@ exports[`MacOSBuilder for version 3.9.5 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.5 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17494,9 +16066,7 @@ exports[`MacOSBuilder for version 3.9.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.6arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17522,9 +16092,7 @@ exports[`MacOSBuilder for version 3.9.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.6x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17550,9 +16118,7 @@ exports[`MacOSBuilder for version 3.9.6 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.6x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17573,9 +16139,7 @@ exports[`MacOSBuilder for version 3.9.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.6 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17590,9 +16154,7 @@ exports[`MacOSBuilder for version 3.9.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.6 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17607,9 +16169,7 @@ exports[`MacOSBuilder for version 3.9.6 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.6 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17635,9 +16195,7 @@ exports[`MacOSBuilder for version 3.9.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.7arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17663,9 +16221,7 @@ exports[`MacOSBuilder for version 3.9.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.7x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17691,9 +16247,7 @@ exports[`MacOSBuilder for version 3.9.7 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.7x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17714,9 +16268,7 @@ exports[`MacOSBuilder for version 3.9.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.7 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17731,9 +16283,7 @@ exports[`MacOSBuilder for version 3.9.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.7 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17748,9 +16298,7 @@ exports[`MacOSBuilder for version 3.9.7 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.7 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17776,9 +16324,7 @@ exports[`MacOSBuilder for version 3.9.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.8arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17804,9 +16350,7 @@ exports[`MacOSBuilder for version 3.9.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.8x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17832,9 +16376,7 @@ exports[`MacOSBuilder for version 3.9.8 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.8x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17855,9 +16397,7 @@ exports[`MacOSBuilder for version 3.9.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.8 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17872,9 +16412,7 @@ exports[`MacOSBuilder for version 3.9.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.8 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17889,9 +16427,7 @@ exports[`MacOSBuilder for version 3.9.8 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.8 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -17917,9 +16453,7 @@ exports[`MacOSBuilder for version 3.9.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.9arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17945,9 +16479,7 @@ exports[`MacOSBuilder for version 3.9.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.9x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17973,9 +16505,7 @@ exports[`MacOSBuilder for version 3.9.9 has a stable interaction with @actions/t "Recursively remove path tmpDir/CPython3.9.9x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -17996,9 +16526,7 @@ exports[`MacOSBuilder for version 3.9.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.9 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18013,9 +16541,7 @@ exports[`MacOSBuilder for version 3.9.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.9 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18030,9 +16556,7 @@ exports[`MacOSBuilder for version 3.9.9 has a stable interaction with @actions/t exports[`MacOSBuilder for version 3.9.9 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18058,9 +16582,7 @@ exports[`MacOSBuilder for version 3.9.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.10arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18086,9 +16608,7 @@ exports[`MacOSBuilder for version 3.9.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.10x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18114,9 +16634,7 @@ exports[`MacOSBuilder for version 3.9.10 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.10x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18137,9 +16655,7 @@ exports[`MacOSBuilder for version 3.9.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.10 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18154,9 +16670,7 @@ exports[`MacOSBuilder for version 3.9.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.10 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18171,9 +16685,7 @@ exports[`MacOSBuilder for version 3.9.10 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.10 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18199,9 +16711,7 @@ exports[`MacOSBuilder for version 3.9.11 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.11arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18227,9 +16737,7 @@ exports[`MacOSBuilder for version 3.9.11 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.11x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18255,9 +16763,7 @@ exports[`MacOSBuilder for version 3.9.11 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.11x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18278,9 +16784,7 @@ exports[`MacOSBuilder for version 3.9.11 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.11 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18295,9 +16799,7 @@ exports[`MacOSBuilder for version 3.9.11 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.11 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18312,9 +16814,7 @@ exports[`MacOSBuilder for version 3.9.11 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.11 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18340,9 +16840,7 @@ exports[`MacOSBuilder for version 3.9.12 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.12arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18368,9 +16866,7 @@ exports[`MacOSBuilder for version 3.9.12 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.12x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18396,9 +16892,7 @@ exports[`MacOSBuilder for version 3.9.12 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.12x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18419,9 +16913,7 @@ exports[`MacOSBuilder for version 3.9.12 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.12 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18436,9 +16928,7 @@ exports[`MacOSBuilder for version 3.9.12 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.12 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18453,9 +16943,7 @@ exports[`MacOSBuilder for version 3.9.12 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.12 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18481,9 +16969,7 @@ exports[`MacOSBuilder for version 3.9.13 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.13arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18509,9 +16995,7 @@ exports[`MacOSBuilder for version 3.9.13 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.13x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18537,9 +17021,7 @@ exports[`MacOSBuilder for version 3.9.13 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.13x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18560,9 +17042,7 @@ exports[`MacOSBuilder for version 3.9.13 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.13 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18577,9 +17057,7 @@ exports[`MacOSBuilder for version 3.9.13 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.13 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18594,9 +17072,7 @@ exports[`MacOSBuilder for version 3.9.13 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.13 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18622,9 +17098,7 @@ exports[`MacOSBuilder for version 3.9.14 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.14arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.14", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18650,9 +17124,7 @@ exports[`MacOSBuilder for version 3.9.14 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.14x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.14", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18678,9 +17150,7 @@ exports[`MacOSBuilder for version 3.9.14 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.14x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.14", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18701,9 +17171,7 @@ exports[`MacOSBuilder for version 3.9.14 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.14 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18718,9 +17186,7 @@ exports[`MacOSBuilder for version 3.9.14 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.14 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18735,9 +17201,7 @@ exports[`MacOSBuilder for version 3.9.14 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.14 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18763,9 +17227,7 @@ exports[`MacOSBuilder for version 3.9.15 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.15arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.15", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18791,9 +17253,7 @@ exports[`MacOSBuilder for version 3.9.15 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.15x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.15", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18819,9 +17279,7 @@ exports[`MacOSBuilder for version 3.9.15 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.15x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.15", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18842,9 +17300,7 @@ exports[`MacOSBuilder for version 3.9.15 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.15 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18859,9 +17315,7 @@ exports[`MacOSBuilder for version 3.9.15 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.15 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18876,9 +17330,7 @@ exports[`MacOSBuilder for version 3.9.15 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.15 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -18904,9 +17356,7 @@ exports[`MacOSBuilder for version 3.9.16 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.16arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.16", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18932,9 +17382,7 @@ exports[`MacOSBuilder for version 3.9.16 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.16x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.16", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18960,9 +17408,7 @@ exports[`MacOSBuilder for version 3.9.16 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.16x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.16", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -18983,9 +17429,7 @@ exports[`MacOSBuilder for version 3.9.16 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.16 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -19000,9 +17444,7 @@ exports[`MacOSBuilder for version 3.9.16 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.16 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -19017,9 +17459,7 @@ exports[`MacOSBuilder for version 3.9.16 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.16 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -19045,9 +17485,7 @@ exports[`MacOSBuilder for version 3.9.17 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.17arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.17", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19073,9 +17511,7 @@ exports[`MacOSBuilder for version 3.9.17 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.17x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.17", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19101,9 +17537,7 @@ exports[`MacOSBuilder for version 3.9.17 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.17x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.17", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19124,9 +17558,7 @@ exports[`MacOSBuilder for version 3.9.17 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.17 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -19141,9 +17573,7 @@ exports[`MacOSBuilder for version 3.9.17 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.17 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -19158,9 +17588,7 @@ exports[`MacOSBuilder for version 3.9.17 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.17 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -19186,9 +17614,7 @@ exports[`MacOSBuilder for version 3.9.18 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.18arm64darwin/tmp", "Recursively remove path toolcache/Python/3.9.18", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19214,9 +17640,7 @@ exports[`MacOSBuilder for version 3.9.18 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.18x64darwin/tmp", "Recursively remove path toolcache/Python/3.9.18", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19242,9 +17666,7 @@ exports[`MacOSBuilder for version 3.9.18 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.9.18x86darwin/tmp", "Recursively remove path toolcache/Python/3.9.18", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19265,9 +17687,7 @@ exports[`MacOSBuilder for version 3.9.18 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -19282,9 +17702,7 @@ exports[`MacOSBuilder for version 3.9.18 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -19299,9 +17717,7 @@ exports[`MacOSBuilder for version 3.9.18 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.9.18 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.9", "Create symlink in path installPath/bin/python39 pointing to installPath/bin/python3.9", @@ -19327,9 +17743,7 @@ exports[`MacOSBuilder for version 3.10.0 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.0arm64darwin/tmp", "Recursively remove path toolcache/Python/3.10.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19355,9 +17769,7 @@ exports[`MacOSBuilder for version 3.10.0 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.0x64darwin/tmp", "Recursively remove path toolcache/Python/3.10.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19383,9 +17795,7 @@ exports[`MacOSBuilder for version 3.10.0 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.0x86darwin/tmp", "Recursively remove path toolcache/Python/3.10.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19406,9 +17816,7 @@ exports[`MacOSBuilder for version 3.10.0 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.0 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -19423,9 +17831,7 @@ exports[`MacOSBuilder for version 3.10.0 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.0 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -19440,9 +17846,7 @@ exports[`MacOSBuilder for version 3.10.0 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.0 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -19468,9 +17872,7 @@ exports[`MacOSBuilder for version 3.10.1 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.1arm64darwin/tmp", "Recursively remove path toolcache/Python/3.10.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19496,9 +17898,7 @@ exports[`MacOSBuilder for version 3.10.1 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.1x64darwin/tmp", "Recursively remove path toolcache/Python/3.10.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19524,9 +17924,7 @@ exports[`MacOSBuilder for version 3.10.1 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.1x86darwin/tmp", "Recursively remove path toolcache/Python/3.10.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19547,9 +17945,7 @@ exports[`MacOSBuilder for version 3.10.1 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.1 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -19564,9 +17960,7 @@ exports[`MacOSBuilder for version 3.10.1 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.1 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -19581,9 +17975,7 @@ exports[`MacOSBuilder for version 3.10.1 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.1 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -19609,9 +18001,7 @@ exports[`MacOSBuilder for version 3.10.2 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.2arm64darwin/tmp", "Recursively remove path toolcache/Python/3.10.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19637,9 +18027,7 @@ exports[`MacOSBuilder for version 3.10.2 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.2x64darwin/tmp", "Recursively remove path toolcache/Python/3.10.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19665,9 +18053,7 @@ exports[`MacOSBuilder for version 3.10.2 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.2x86darwin/tmp", "Recursively remove path toolcache/Python/3.10.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19688,9 +18074,7 @@ exports[`MacOSBuilder for version 3.10.2 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.2 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -19705,9 +18089,7 @@ exports[`MacOSBuilder for version 3.10.2 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.2 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -19722,9 +18104,7 @@ exports[`MacOSBuilder for version 3.10.2 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.2 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -19750,9 +18130,7 @@ exports[`MacOSBuilder for version 3.10.3 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.3arm64darwin/tmp", "Recursively remove path toolcache/Python/3.10.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19778,9 +18156,7 @@ exports[`MacOSBuilder for version 3.10.3 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.3x64darwin/tmp", "Recursively remove path toolcache/Python/3.10.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19806,9 +18182,7 @@ exports[`MacOSBuilder for version 3.10.3 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.3x86darwin/tmp", "Recursively remove path toolcache/Python/3.10.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19829,9 +18203,7 @@ exports[`MacOSBuilder for version 3.10.3 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.3 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -19846,9 +18218,7 @@ exports[`MacOSBuilder for version 3.10.3 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.3 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -19863,9 +18233,7 @@ exports[`MacOSBuilder for version 3.10.3 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.3 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -19891,9 +18259,7 @@ exports[`MacOSBuilder for version 3.10.4 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.4arm64darwin/tmp", "Recursively remove path toolcache/Python/3.10.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19919,9 +18285,7 @@ exports[`MacOSBuilder for version 3.10.4 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.4x64darwin/tmp", "Recursively remove path toolcache/Python/3.10.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19947,9 +18311,7 @@ exports[`MacOSBuilder for version 3.10.4 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.4x86darwin/tmp", "Recursively remove path toolcache/Python/3.10.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -19970,9 +18332,7 @@ exports[`MacOSBuilder for version 3.10.4 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.4 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -19987,9 +18347,7 @@ exports[`MacOSBuilder for version 3.10.4 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.4 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20004,9 +18362,7 @@ exports[`MacOSBuilder for version 3.10.4 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.4 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20032,9 +18388,7 @@ exports[`MacOSBuilder for version 3.10.5 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.5arm64darwin/tmp", "Recursively remove path toolcache/Python/3.10.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20060,9 +18414,7 @@ exports[`MacOSBuilder for version 3.10.5 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.5x64darwin/tmp", "Recursively remove path toolcache/Python/3.10.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20088,9 +18440,7 @@ exports[`MacOSBuilder for version 3.10.5 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.5x86darwin/tmp", "Recursively remove path toolcache/Python/3.10.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20111,9 +18461,7 @@ exports[`MacOSBuilder for version 3.10.5 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.5 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20128,9 +18476,7 @@ exports[`MacOSBuilder for version 3.10.5 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.5 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20145,9 +18491,7 @@ exports[`MacOSBuilder for version 3.10.5 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.5 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20173,9 +18517,7 @@ exports[`MacOSBuilder for version 3.10.6 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.6arm64darwin/tmp", "Recursively remove path toolcache/Python/3.10.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20201,9 +18543,7 @@ exports[`MacOSBuilder for version 3.10.6 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.6x64darwin/tmp", "Recursively remove path toolcache/Python/3.10.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20229,9 +18569,7 @@ exports[`MacOSBuilder for version 3.10.6 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.6x86darwin/tmp", "Recursively remove path toolcache/Python/3.10.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20252,9 +18590,7 @@ exports[`MacOSBuilder for version 3.10.6 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.6 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20269,9 +18605,7 @@ exports[`MacOSBuilder for version 3.10.6 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.6 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20286,9 +18620,7 @@ exports[`MacOSBuilder for version 3.10.6 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.6 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20314,9 +18646,7 @@ exports[`MacOSBuilder for version 3.10.7 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.7arm64darwin/tmp", "Recursively remove path toolcache/Python/3.10.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20342,9 +18672,7 @@ exports[`MacOSBuilder for version 3.10.7 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.7x64darwin/tmp", "Recursively remove path toolcache/Python/3.10.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20370,9 +18698,7 @@ exports[`MacOSBuilder for version 3.10.7 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.7x86darwin/tmp", "Recursively remove path toolcache/Python/3.10.7", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20393,9 +18719,7 @@ exports[`MacOSBuilder for version 3.10.7 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.7 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20410,9 +18734,7 @@ exports[`MacOSBuilder for version 3.10.7 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.7 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20427,9 +18749,7 @@ exports[`MacOSBuilder for version 3.10.7 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.7 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20455,9 +18775,7 @@ exports[`MacOSBuilder for version 3.10.8 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.8arm64darwin/tmp", "Recursively remove path toolcache/Python/3.10.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20483,9 +18801,7 @@ exports[`MacOSBuilder for version 3.10.8 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.8x64darwin/tmp", "Recursively remove path toolcache/Python/3.10.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20511,9 +18827,7 @@ exports[`MacOSBuilder for version 3.10.8 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.8x86darwin/tmp", "Recursively remove path toolcache/Python/3.10.8", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20534,9 +18848,7 @@ exports[`MacOSBuilder for version 3.10.8 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.8 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20551,9 +18863,7 @@ exports[`MacOSBuilder for version 3.10.8 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.8 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20568,9 +18878,7 @@ exports[`MacOSBuilder for version 3.10.8 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.8 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20596,9 +18904,7 @@ exports[`MacOSBuilder for version 3.10.9 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.9arm64darwin/tmp", "Recursively remove path toolcache/Python/3.10.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20624,9 +18930,7 @@ exports[`MacOSBuilder for version 3.10.9 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.9x64darwin/tmp", "Recursively remove path toolcache/Python/3.10.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20652,9 +18956,7 @@ exports[`MacOSBuilder for version 3.10.9 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.10.9x86darwin/tmp", "Recursively remove path toolcache/Python/3.10.9", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20675,9 +18977,7 @@ exports[`MacOSBuilder for version 3.10.9 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.9 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20692,9 +18992,7 @@ exports[`MacOSBuilder for version 3.10.9 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.9 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20709,9 +19007,7 @@ exports[`MacOSBuilder for version 3.10.9 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.10.9 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20737,9 +19033,7 @@ exports[`MacOSBuilder for version 3.10.10 has a stable interaction with @actions "Recursively remove path tmpDir/CPython3.10.10arm64darwin/tmp", "Recursively remove path toolcache/Python/3.10.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20765,9 +19059,7 @@ exports[`MacOSBuilder for version 3.10.10 has a stable interaction with @actions "Recursively remove path tmpDir/CPython3.10.10x64darwin/tmp", "Recursively remove path toolcache/Python/3.10.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20793,9 +19085,7 @@ exports[`MacOSBuilder for version 3.10.10 has a stable interaction with @actions "Recursively remove path tmpDir/CPython3.10.10x86darwin/tmp", "Recursively remove path toolcache/Python/3.10.10", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20816,9 +19106,7 @@ exports[`MacOSBuilder for version 3.10.10 has a stable interaction with @actions exports[`MacOSBuilder for version 3.10.10 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20833,9 +19121,7 @@ exports[`MacOSBuilder for version 3.10.10 has a stable interaction with @actions exports[`MacOSBuilder for version 3.10.10 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20850,9 +19136,7 @@ exports[`MacOSBuilder for version 3.10.10 has a stable interaction with @actions exports[`MacOSBuilder for version 3.10.10 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20878,9 +19162,7 @@ exports[`MacOSBuilder for version 3.10.11 has a stable interaction with @actions "Recursively remove path tmpDir/CPython3.10.11arm64darwin/tmp", "Recursively remove path toolcache/Python/3.10.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20906,9 +19188,7 @@ exports[`MacOSBuilder for version 3.10.11 has a stable interaction with @actions "Recursively remove path tmpDir/CPython3.10.11x64darwin/tmp", "Recursively remove path toolcache/Python/3.10.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20934,9 +19214,7 @@ exports[`MacOSBuilder for version 3.10.11 has a stable interaction with @actions "Recursively remove path tmpDir/CPython3.10.11x86darwin/tmp", "Recursively remove path toolcache/Python/3.10.11", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -20957,9 +19235,7 @@ exports[`MacOSBuilder for version 3.10.11 has a stable interaction with @actions exports[`MacOSBuilder for version 3.10.11 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20974,9 +19250,7 @@ exports[`MacOSBuilder for version 3.10.11 has a stable interaction with @actions exports[`MacOSBuilder for version 3.10.11 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -20991,9 +19265,7 @@ exports[`MacOSBuilder for version 3.10.11 has a stable interaction with @actions exports[`MacOSBuilder for version 3.10.11 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -21019,9 +19291,7 @@ exports[`MacOSBuilder for version 3.10.12 has a stable interaction with @actions "Recursively remove path tmpDir/CPython3.10.12arm64darwin/tmp", "Recursively remove path toolcache/Python/3.10.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21047,9 +19317,7 @@ exports[`MacOSBuilder for version 3.10.12 has a stable interaction with @actions "Recursively remove path tmpDir/CPython3.10.12x64darwin/tmp", "Recursively remove path toolcache/Python/3.10.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21075,9 +19343,7 @@ exports[`MacOSBuilder for version 3.10.12 has a stable interaction with @actions "Recursively remove path tmpDir/CPython3.10.12x86darwin/tmp", "Recursively remove path toolcache/Python/3.10.12", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21098,9 +19364,7 @@ exports[`MacOSBuilder for version 3.10.12 has a stable interaction with @actions exports[`MacOSBuilder for version 3.10.12 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -21115,9 +19379,7 @@ exports[`MacOSBuilder for version 3.10.12 has a stable interaction with @actions exports[`MacOSBuilder for version 3.10.12 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -21132,9 +19394,7 @@ exports[`MacOSBuilder for version 3.10.12 has a stable interaction with @actions exports[`MacOSBuilder for version 3.10.12 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -21160,9 +19420,7 @@ exports[`MacOSBuilder for version 3.10.13 has a stable interaction with @actions "Recursively remove path tmpDir/CPython3.10.13arm64darwin/tmp", "Recursively remove path toolcache/Python/3.10.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21188,9 +19446,7 @@ exports[`MacOSBuilder for version 3.10.13 has a stable interaction with @actions "Recursively remove path tmpDir/CPython3.10.13x64darwin/tmp", "Recursively remove path toolcache/Python/3.10.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21216,9 +19472,7 @@ exports[`MacOSBuilder for version 3.10.13 has a stable interaction with @actions "Recursively remove path tmpDir/CPython3.10.13x86darwin/tmp", "Recursively remove path toolcache/Python/3.10.13", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21239,9 +19493,7 @@ exports[`MacOSBuilder for version 3.10.13 has a stable interaction with @actions exports[`MacOSBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -21256,9 +19508,7 @@ exports[`MacOSBuilder for version 3.10.13 has a stable interaction with @actions exports[`MacOSBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -21273,9 +19523,7 @@ exports[`MacOSBuilder for version 3.10.13 has a stable interaction with @actions exports[`MacOSBuilder for version 3.10.13 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.10", "Create symlink in path installPath/bin/python310 pointing to installPath/bin/python3.10", @@ -21301,9 +19549,7 @@ exports[`MacOSBuilder for version 3.11.0 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.0arm64darwin/tmp", "Recursively remove path toolcache/Python/3.11.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21329,9 +19575,7 @@ exports[`MacOSBuilder for version 3.11.0 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.0x64darwin/tmp", "Recursively remove path toolcache/Python/3.11.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21357,9 +19601,7 @@ exports[`MacOSBuilder for version 3.11.0 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.0x86darwin/tmp", "Recursively remove path toolcache/Python/3.11.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21380,9 +19622,7 @@ exports[`MacOSBuilder for version 3.11.0 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.0 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -21397,9 +19637,7 @@ exports[`MacOSBuilder for version 3.11.0 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.0 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -21414,9 +19652,7 @@ exports[`MacOSBuilder for version 3.11.0 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.0 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -21442,9 +19678,7 @@ exports[`MacOSBuilder for version 3.11.1 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.1arm64darwin/tmp", "Recursively remove path toolcache/Python/3.11.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21470,9 +19704,7 @@ exports[`MacOSBuilder for version 3.11.1 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.1x64darwin/tmp", "Recursively remove path toolcache/Python/3.11.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21498,9 +19730,7 @@ exports[`MacOSBuilder for version 3.11.1 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.1x86darwin/tmp", "Recursively remove path toolcache/Python/3.11.1", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21521,9 +19751,7 @@ exports[`MacOSBuilder for version 3.11.1 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.1 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -21538,9 +19766,7 @@ exports[`MacOSBuilder for version 3.11.1 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.1 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -21555,9 +19781,7 @@ exports[`MacOSBuilder for version 3.11.1 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.1 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -21583,9 +19807,7 @@ exports[`MacOSBuilder for version 3.11.2 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.2arm64darwin/tmp", "Recursively remove path toolcache/Python/3.11.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21611,9 +19833,7 @@ exports[`MacOSBuilder for version 3.11.2 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.2x64darwin/tmp", "Recursively remove path toolcache/Python/3.11.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21639,9 +19859,7 @@ exports[`MacOSBuilder for version 3.11.2 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.2x86darwin/tmp", "Recursively remove path toolcache/Python/3.11.2", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21662,9 +19880,7 @@ exports[`MacOSBuilder for version 3.11.2 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.2 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -21679,9 +19895,7 @@ exports[`MacOSBuilder for version 3.11.2 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.2 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -21696,9 +19910,7 @@ exports[`MacOSBuilder for version 3.11.2 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.2 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -21724,9 +19936,7 @@ exports[`MacOSBuilder for version 3.11.3 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.3arm64darwin/tmp", "Recursively remove path toolcache/Python/3.11.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21752,9 +19962,7 @@ exports[`MacOSBuilder for version 3.11.3 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.3x64darwin/tmp", "Recursively remove path toolcache/Python/3.11.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21780,9 +19988,7 @@ exports[`MacOSBuilder for version 3.11.3 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.3x86darwin/tmp", "Recursively remove path toolcache/Python/3.11.3", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21803,9 +20009,7 @@ exports[`MacOSBuilder for version 3.11.3 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.3 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -21820,9 +20024,7 @@ exports[`MacOSBuilder for version 3.11.3 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.3 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -21837,9 +20039,7 @@ exports[`MacOSBuilder for version 3.11.3 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.3 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -21865,9 +20065,7 @@ exports[`MacOSBuilder for version 3.11.4 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.4arm64darwin/tmp", "Recursively remove path toolcache/Python/3.11.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21893,9 +20091,7 @@ exports[`MacOSBuilder for version 3.11.4 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.4x64darwin/tmp", "Recursively remove path toolcache/Python/3.11.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21921,9 +20117,7 @@ exports[`MacOSBuilder for version 3.11.4 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.4x86darwin/tmp", "Recursively remove path toolcache/Python/3.11.4", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -21944,9 +20138,7 @@ exports[`MacOSBuilder for version 3.11.4 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.4 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -21961,9 +20153,7 @@ exports[`MacOSBuilder for version 3.11.4 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.4 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -21978,9 +20168,7 @@ exports[`MacOSBuilder for version 3.11.4 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.4 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -22006,9 +20194,7 @@ exports[`MacOSBuilder for version 3.11.5 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.5arm64darwin/tmp", "Recursively remove path toolcache/Python/3.11.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -22034,9 +20220,7 @@ exports[`MacOSBuilder for version 3.11.5 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.5x64darwin/tmp", "Recursively remove path toolcache/Python/3.11.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -22062,9 +20246,7 @@ exports[`MacOSBuilder for version 3.11.5 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.5x86darwin/tmp", "Recursively remove path toolcache/Python/3.11.5", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -22085,9 +20267,7 @@ exports[`MacOSBuilder for version 3.11.5 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -22102,9 +20282,7 @@ exports[`MacOSBuilder for version 3.11.5 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -22119,9 +20297,7 @@ exports[`MacOSBuilder for version 3.11.5 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.5 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -22147,9 +20323,7 @@ exports[`MacOSBuilder for version 3.11.6 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.6arm64darwin/tmp", "Recursively remove path toolcache/Python/3.11.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -22175,9 +20349,7 @@ exports[`MacOSBuilder for version 3.11.6 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.6x64darwin/tmp", "Recursively remove path toolcache/Python/3.11.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -22203,9 +20375,7 @@ exports[`MacOSBuilder for version 3.11.6 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.11.6x86darwin/tmp", "Recursively remove path toolcache/Python/3.11.6", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -22226,9 +20396,7 @@ exports[`MacOSBuilder for version 3.11.6 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.6 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -22243,9 +20411,7 @@ exports[`MacOSBuilder for version 3.11.6 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.6 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -22260,9 +20426,7 @@ exports[`MacOSBuilder for version 3.11.6 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.11.6 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.11", "Create symlink in path installPath/bin/python311 pointing to installPath/bin/python3.11", @@ -22288,9 +20452,7 @@ exports[`MacOSBuilder for version 3.12.0 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.12.0arm64darwin/tmp", "Recursively remove path toolcache/Python/3.12.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -22316,9 +20478,7 @@ exports[`MacOSBuilder for version 3.12.0 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.12.0x64darwin/tmp", "Recursively remove path toolcache/Python/3.12.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -22344,9 +20504,7 @@ exports[`MacOSBuilder for version 3.12.0 has a stable interaction with @actions/ "Recursively remove path tmpDir/CPython3.12.0x86darwin/tmp", "Recursively remove path toolcache/Python/3.12.0", "Execute command "xcode-select --install "", - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew --prefix zlib "", "Execute command "brew --prefix readline "", "Execute command "brew install openssl "", @@ -22367,9 +20525,7 @@ exports[`MacOSBuilder for version 3.12.0 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.12.0 has a stable interaction with @actions/toolkit during postInstall for arch arm64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.12", "Create symlink in path installPath/bin/python312 pointing to installPath/bin/python3.12", @@ -22384,9 +20540,7 @@ exports[`MacOSBuilder for version 3.12.0 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.12.0 has a stable interaction with @actions/toolkit during postInstall for arch x64 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.12", "Create symlink in path installPath/bin/python312 pointing to installPath/bin/python3.12", @@ -22401,9 +20555,7 @@ exports[`MacOSBuilder for version 3.12.0 has a stable interaction with @actions/ exports[`MacOSBuilder for version 3.12.0 has a stable interaction with @actions/toolkit during postInstall for arch x86 1`] = ` [ - "Execute command "brew install zlib "", - "Execute command "brew install sqlite3 "", - "Execute command "brew install readline "", + "Execute command "brew install zlib sqlite3 readline "", "Execute command "brew install openssl "", "Create symlink in path installPath/python pointing to installPath/bin/python3.12", "Create symlink in path installPath/bin/python312 pointing to installPath/bin/python3.12", diff --git a/src/builder/darwin.ts b/src/builder/darwin.ts index 57941f93..de9e32ff 100644 --- a/src/builder/darwin.ts +++ b/src/builder/darwin.ts @@ -19,7 +19,7 @@ import * as exec from '@actions/exec'; import * as io from '@actions/io'; import * as tc from '@actions/tool-cache'; import * as utils from '../utils'; -import {ssl102Url, sslUrl, toolName} from '../constants'; +import {darwinDependencies, ssl102Url, sslUrl, toolName} from '../constants'; import Builder from './builder'; import {OS} from './patches'; import os from 'os'; @@ -315,9 +315,9 @@ export default class MacOSBuilder extends Builder { } private async installGeneralDependencies(): Promise { - await exec.exec('brew install zlib', [], {ignoreReturnCode: true}); - await exec.exec('brew install sqlite3', [], {ignoreReturnCode: true}); - await exec.exec('brew install readline', [], {ignoreReturnCode: true}); + await exec.exec(`brew install ${darwinDependencies.join(' ')}`, [], { + ignoreReturnCode: true + }); } protected override async additionalCachePaths(): Promise { diff --git a/src/constants.ts b/src/constants.ts index 3753b679..a56c2e8b 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -82,7 +82,9 @@ const ubuntuDependencies = [ 'uuid-dev' ]; -export {ubuntuDependencies}; +const darwinDependencies = ['zlib', 'sqlite3', 'readline']; + +export {darwinDependencies, ubuntuDependencies}; export type sslUrl = { name: string;