We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bde6b0 commit 35ca105Copy full SHA for 35ca105
.github/workflows/build-glibc236.yml
@@ -110,6 +110,7 @@ jobs:
110
- name: Test Python installation
111
run: |
112
export LD_LIBRARY_PATH=$PWD/python_install/lib:$LD_LIBRARY_PATH
113
+ export PATH="$PWD/python_install/bin:$PATH"
114
python_install/bin/python3 --version
115
python_install/bin/python3 -c "import sys; print(f'Python {sys.version}')"
116
python_install/bin/python3 -c "import ssl; print(f'SSL support: {ssl.OPENSSL_VERSION}')"
0 commit comments