From 540d11a864053e41a7d4a6589b364725d5ad5662 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 27 Jan 2022 05:18:07 -0500 Subject: build: show more information about the build of Python, if needed --- .github/workflows/testsuite.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index c6beb946..84d4fe39 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -64,6 +64,8 @@ jobs: python -VV python -m site python -m pip install -r requirements/tox.pip + # For extreme debugging: + # python -c "import urllib.request as r; exec(r.urlopen('https://bit.ly/pydoctor').read())" - name: "Run tox for ${{ matrix.python-version }}" continue-on-error: true -- cgit v1.2.1