Skip to content

Commit 39c479b

Browse files
committed
adjusting windows test to build jupyter, renderer and dash-html-components
1 parent 856aa36 commit 39c479b

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,6 @@ jobs:
150150
PERCY_ENABLE: 0
151151
steps:
152152
- checkout
153-
- run:
154-
name: disable antivirus
155-
shell: 'powershell.exe -ExecutionPolicy Bypass'
156-
privileged: true
157-
command: |
158-
Start-Process -Verb RunAs cmd.exe -Args '/c', "sc stop WinDefend && sc query WinDefend"
159-
- run: sc query WinDefend
160153
- run:
161154
name: pip
162155
command: |
@@ -175,7 +168,7 @@ jobs:
175168
name: ️️🏗️ build dash
176169
command: |
177170
. venv/Scripts/activate
178-
npm run build.sequential
171+
npm run private::build.jupyterlab && npm run private::build.renderer && python dash/development/update_components.py 'dash-html-components'
179172
no_output_timeout: 30m
180173

181174
test-312: &test

0 commit comments

Comments
 (0)