summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/main.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5be824c1..bc5b1e4d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -29,6 +29,11 @@ jobs:
- platform: ubuntu-latest
python: "3.10"
distutils: stdlib
+ exclude:
+ # The combination of PyPy+Windows+pytest-xdist+ProcessPoolExecutor is flaky/problematic
+ - platform: windows-2019
+ python: pypy-3.7
+ distutils: local
runs-on: ${{ matrix.platform }}
env:
SETUPTOOLS_USE_DISTUTILS: ${{ matrix.distutils }}