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

.github/workflows/run-tests.yaml

index 8f637c6661b153de15eab2bf2412472bf41ae50e..d9b174cc9b9d6278f3243bb196fee62edd1c52eb 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"]
+        exclude:
+        - os: windows-latest
+          python-version: "2.7"
         include:
         - os: ubuntu-latest
           os-name: Linux