File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 85
85
shell : pwsh
86
86
run : |
87
87
New-Item -Path "HKLM:\Software\GPL Ghostscript"
88
- New-Item -Path "HKLM:\Software\GPL Ghostscript\10.02 "
89
- New-ItemProperty -Path "HKLM:\Software\GPL Ghostscript\10.02 " -Name GS_DLL -PropertyType String -Value "C:\Miniconda\Library\bin\gsdll64.dll"
90
- New-ItemProperty -Path "HKLM:\Software\GPL Ghostscript\10.02 " -Name GS_LIB -PropertyType String -Value "C:\Miniconda\Library\bin;C:\Miniconda\Library\lib;C\Miniconda\Library\Font;C:\Miniconda\Library\fonts"
88
+ New-Item -Path "HKLM:\Software\GPL Ghostscript\10.03.0 "
89
+ New-ItemProperty -Path "HKLM:\Software\GPL Ghostscript\10.03.0 " -Name GS_DLL -PropertyType String -Value "C:\Miniconda\Library\bin\gsdll64.dll"
90
+ New-ItemProperty -Path "HKLM:\Software\GPL Ghostscript\10.03.0 " -Name GS_LIB -PropertyType String -Value "C:\Miniconda\Library\bin;C:\Miniconda\Library\lib;C\Miniconda\Library\Font;C:\Miniconda\Library\fonts"
91
91
if : runner.os == 'Windows'
92
92
93
93
- name : Download GSHHG and DCW data
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ if [ "$RUN_TESTS" = "true" ]; then
38
38
conda_packages+=" dvc"
39
39
40
40
# Install graphicsmagick via choco
41
- choco install graphicsmagick --version 1.3.32 --no-progress
42
- echo ' C:\Program Files\GraphicsMagick-1.3.32 -Q8' >> $GITHUB_PATH
41
+ choco install graphicsmagick --version 1.3.42 --no-progress
42
+ echo ' C:\Program Files\GraphicsMagick-1.3.42 -Q8\ ' >> $GITHUB_PATH
43
43
fi
44
44
45
45
# we need the GNU tar for packaging
You can’t perform that action at this time.
0 commit comments