Skip to content

Commit 9ac36f7

Browse files
fix: revert incorrect build.yml changes - Base Setup doesn't provide jlpm
The previous commit attempted to add a 'Install dependencies' step using jlpm, but jlpm is not available after Base Setup alone. The correct fix requires updating yarn.lock locally with the cspell dependency, which is blocked by missing GITHUB_TOKEN in the development environment. This commit reverts the incorrect build.yml changes. The spell-check job still needs yarn.lock to be updated with the cspell@9.2.1 dependency.
1 parent 7fc7649 commit 9ac36f7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,10 +180,5 @@ jobs:
180180
- name: Base Setup
181181
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
182182

183-
- name: Install dependencies
184-
run: jlpm
185-
env:
186-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
187-
188183
- name: Run spell check
189184
run: jlpm run spell-check

0 commit comments

Comments
 (0)