Skip to content

Commit

Permalink
test ssl on all platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 27, 2024
1 parent b8509f8 commit 1648ab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_python_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 1648ab6

Please sign in to comment.