From 5d8012d9167657b2e48c7c7ccbe47697511047ff Mon Sep 17 00:00:00 2001 From: Wu Zhenyu Date: Fri, 27 Oct 2023 01:41:48 +0800 Subject: [PATCH] :poop: Diable CI/CD on linux --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5eeada0..234724c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,10 @@ jobs: fail-fast: false matrix: runs-on: - - ubuntu-latest + # Could not find a version that satisfies the requirement + # tree-sitter-languages + # No matching distribution found for tree-sitter-languages + # - ubuntu-latest - macos-latest # https://github.com/tree-sitter/py-tree-sitter/issues/170 # - windows-latest