From 1648ab6caec55756b4c1011aa931c7be3b900422 Mon Sep 17 00:00:00 2001 From: Brett Jia Date: Sat, 27 Jan 2024 15:15:59 -0500 Subject: [PATCH] test ssl on all platforms --- .github/workflows/build_python_linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_python_linux.yml b/.github/workflows/build_python_linux.yml index 1c53ec7e..c73d5a2b 100644 --- a/.github/workflows/build_python_linux.yml +++ b/.github/workflows/build_python_linux.yml @@ -70,6 +70,7 @@ jobs: chmod +x ./bin/python ldd -v -r ./bin/python || true ./bin/python --version + ./bin/python -c "import ssl" # make tests nonfatal for now # ./bin/python -m test || true @@ -138,6 +139,7 @@ jobs: chmod +x ./bin/python ldd -v -r ./bin/python || true ./bin/python --version + ./bin/python -c "import ssl" # make tests nonfatal for now # ./bin/python -m test || true \ No newline at end of file