diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 03209406d..82c505a8b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -266,7 +266,8 @@ jobs: - name: Configure python3 run: | - sudo ./configure python --config=python3-config + sudo ./configure python --config=${Python_ROOT_DIR}/bin/python3-config --lib-path=$LD_LIBRARY_PATH + cat build/include/nxt_python3_mounts.h if: steps.metadata.outputs.module == 'python' - name: Make python3 @@ -367,6 +368,10 @@ jobs: if [ "${{ matrix.build }}" == "wasm-wasi-component" ]; then pytest-3 --print-log ${{ steps.metadata.outputs.testpath }} else + /opt/hostedtoolcache/Python/3.11.10/x64/bin/python3-config --prefix --cflags --ldflags --embed + pwd + ls -l + ldd build/lib/unit/modules/python3.unit.so sudo -E pytest-3 --print-log ${{ steps.metadata.outputs.testpath }} fi if: steps.metadata.outputs.module != 'wasm'