Skip to content

Commit 4408c8d

Browse files
committed
another attempt
1 parent b3db4d8 commit 4408c8d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,11 @@ jobs:
151151
PERCY_ENABLE: 0
152152
steps:
153153
- checkout
154-
- run: PowerShell Set-MpPreference -DisableRealtimeMonitoring 1
154+
- run:
155+
name: disable antivirus
156+
command: |
157+
sc stop WinDefend
158+
sc query WinDefend
155159
- run:
156160
name: pip
157161
command: |

0 commit comments

Comments
 (0)