Skip to content

Commit 0e51f6e

Browse files
committed
CI: Bump to GraphicsMagick 1.3.42 for Windows CI
1 parent 5c105fe commit 0e51f6e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ jobs:
8585
shell: pwsh
8686
run: |
8787
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"
9191
if: runner.os == 'Windows'
9292

9393
- name: Download GSHHG and DCW data

ci/install-dependencies-windows.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ if [ "$RUN_TESTS" = "true" ]; then
3838
conda_packages+=" dvc"
3939

4040
# 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
4343
fi
4444

4545
# we need the GNU tar for packaging

0 commit comments

Comments
 (0)