]> git.phdru.name Git - ppu.git/commitdiff
CI(GHActions): Exclude Python 2.7 on Windows master
authorOleg Broytman <phd@phdru.name>
Fri, 28 Nov 2025 22:45:35 +0000 (01:45 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 28 Nov 2025 22:45:35 +0000 (01:45 +0300)
Mini-conda has problems with this combination.

.github/workflows/run-tests.yaml

index b914148c4b3b36d4307c04f2d251463bcba69b80..53ec13315f725537597af52f82f31b544c2cd2a6 100644 (file)
@@ -11,6 +11,9 @@ jobs:
       matrix:
         os: [ubuntu-latest, windows-latest]
         python-version: ["2.7", "3.5", "3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13", "3.14", "=3.9[build=*_pypy]"]
+        exclude:
+        - os: windows-latest
+          python-version: "2.7"
         include:
         - os: ubuntu-latest
           os-name: Linux