Skip to content

Commit f82ecbc

Browse files
committed
upgrading openjdk in Windows and removing openssl
1 parent 05bddbf commit f82ecbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ commands:
101101
no_output_timeout: 20m
102102
command: |
103103
choco install -y --no-progress miniconda3
104-
choco install -y --no-progress openssl openjdk11jre
104+
choco install -y --no-progress openjdk
105105
C:\tools\miniconda3\Scripts\conda.exe init powershell
106106
- run:
107107
name: Preparing environment - Hydra

0 commit comments

Comments
 (0)