]> git.phdru.name Git - m_librarian.git/commitdiff
CI(GHActions): Exclude Python 2.7-3.7 at MacOS-arm64
authorOleg Broytman <phd@phdru.name>
Wed, 24 Jul 2024 15:57:07 +0000 (18:57 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 24 Jul 2024 16:14:12 +0000 (19:14 +0300)
Absent in conda.

.github/workflows/run-tests.yaml

index dc51d9d21e89a272a88edffbaba152a644f9cdb3..c2bd4f7b957845c99e71892911c91260a68ece2b 100644 (file)
@@ -14,6 +14,14 @@ jobs:
         exclude:
         - os: windows-latest
           python-version: "2.7"
+        - os: macos-latest
+          python-version: "2.7"
+        - os: macos-latest
+          python-version: "3.5"
+        - os: macos-latest
+          python-version: "3.6"
+        - os: macos-latest
+          python-version: "3.7"
         include:
         - os: ubuntu-latest
           os-name: Linux