summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-01-27 05:18:07 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-01-27 06:39:52 -0500
commit540d11a864053e41a7d4a6589b364725d5ad5662 (patch)
treef6116d0a349d21293273012a7ed8710d5269d5f4
parent7be9d2f3876ccdce654220895f25b81dcc9caedc (diff)
downloadpython-coveragepy-git-540d11a864053e41a7d4a6589b364725d5ad5662.tar.gz
build: show more information about the build of Python, if needed
-rw-r--r--.github/workflows/testsuite.yml2
1 files changed, 2 insertions, 0 deletions
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