Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0ab2cdf

Browse files
committedMay 5, 2025·
Remove redundant build JS steps
1 parent 0ffb2ad commit 0ab2cdf

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed
 

‎.github/workflows/js.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
- name: Install dependencies
7474
run: |
7575
pip install --upgrade pip
76-
npm run build
7776
npm install -g casperjs@1.1.4 phantomjs-prebuilt@2.1.16
7877
pip install .[test]
7978

‎.github/workflows/playwright.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ jobs:
3333
with:
3434
node-version: '16.x'
3535

36-
- name: Install and build JS
37-
run: |
38-
npm run build
39-
4036
- name: Install Python dependencies
4137
run: |
4238
python tools/install_pydeps.py

0 commit comments

Comments
 (0)
Please sign in to comment.