Skip to content

Commit

Permalink
Disable node related task
Browse files Browse the repository at this point in the history
  • Loading branch information
sukso96100 committed Oct 20, 2024
1 parent 23cc2c1 commit 9cd1544
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 9cd1544

Please sign in to comment.