From 8be04e7d9f68347d6168af3cde5efbc4bb841fa3 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 21 Jul 2023 12:36:53 -0400 Subject: [PATCH] temp: try my branch of tox-gh --- .github/workflows/testsuite.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 8f878e662..60e2fb1ce 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -37,22 +37,22 @@ jobs: matrix: os: - ubuntu - - macos - - windows + #- macos + #- windows python-version: # When changing this list, be sure to check the [gh] list in # tox.ini so that tox will run properly. PYVERSIONS # Available versions: # https://github.com/actions/python-versions/blob/main/versions-manifest.json # https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#available-versions-of-python-and-pypy - - "3.8" - - "3.9" - - "3.10" + #- "3.8" + #- "3.9" + #- "3.10" - "3.11" - "3.12" - - "pypy-3.8" - - "pypy-3.9" - - "pypy-3.10" + #- "pypy-3.8" + #- "pypy-3.9" + #- "pypy-3.10" fail-fast: false steps: @@ -73,6 +73,7 @@ jobs: python -VV python -m site python -m pip install -r requirements/tox.pip + python -m pip install git+https://github.com/nedbat/tox-gh@nedbat/collapse-prep # For extreme debugging: # python -c "import urllib.request as r; exec(r.urlopen('https://bit.ly/pydoctor').read())"