Skip to content

Commit 35ca105

Browse files
Update build-glibc236.yml
1 parent 1bde6b0 commit 35ca105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-glibc236.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ jobs:
110110
- name: Test Python installation
111111
run: |
112112
export LD_LIBRARY_PATH=$PWD/python_install/lib:$LD_LIBRARY_PATH
113+
export PATH="$PWD/python_install/bin:$PATH"
113114
python_install/bin/python3 --version
114115
python_install/bin/python3 -c "import sys; print(f'Python {sys.version}')"
115116
python_install/bin/python3 -c "import ssl; print(f'SSL support: {ssl.OPENSSL_VERSION}')"

0 commit comments

Comments
 (0)