From 9cd15449d0bfbdc8e9d00ffe15bfcfb5bd9f5c29 Mon Sep 17 00:00:00 2001 From: Youngbin Han Date: Sun, 20 Oct 2024 05:16:50 +0000 Subject: [PATCH] Disable node related task --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84cb956..4543dfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,8 +57,8 @@ jobs: uv pip install Babel uv pip install "indico[dev] @ git+https://github.com/indico/indico.git" - - name: Install node dependencies - run: npm ci + # - name: Install node dependencies + # run: npm ci - name: Install plugin run: | @@ -117,8 +117,8 @@ jobs: uv pip install Babel isort ruff uv pip install "indico[dev] @ git+https://github.com/indico/indico.git" - - name: Install node dependencies - run: npm ci + # - name: Install node dependencies + # run: npm ci - name: Check import sorting if: success() || failure()