Skip to content

Commit

Permalink
CI: Bump to GraphicsMagick 1.3.42 for Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jun 13, 2024
1 parent 5c105fe commit 0e51f6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
shell: pwsh
run: |
New-Item -Path "HKLM:\Software\GPL Ghostscript"
New-Item -Path "HKLM:\Software\GPL Ghostscript\10.02"
New-ItemProperty -Path "HKLM:\Software\GPL Ghostscript\10.02" -Name GS_DLL -PropertyType String -Value "C:\Miniconda\Library\bin\gsdll64.dll"
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"
New-Item -Path "HKLM:\Software\GPL Ghostscript\10.03.0"
New-ItemProperty -Path "HKLM:\Software\GPL Ghostscript\10.03.0" -Name GS_DLL -PropertyType String -Value "C:\Miniconda\Library\bin\gsdll64.dll"
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"
if: runner.os == 'Windows'

- name: Download GSHHG and DCW data
Expand Down
4 changes: 2 additions & 2 deletions ci/install-dependencies-windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ if [ "$RUN_TESTS" = "true" ]; then
conda_packages+=" dvc"

# Install graphicsmagick via choco
choco install graphicsmagick --version 1.3.32 --no-progress
echo 'C:\Program Files\GraphicsMagick-1.3.32-Q8' >> $GITHUB_PATH
choco install graphicsmagick --version 1.3.42 --no-progress
echo 'C:\Program Files\GraphicsMagick-1.3.42-Q8\' >> $GITHUB_PATH
fi

# we need the GNU tar for packaging
Expand Down

0 comments on commit 0e51f6e

Please sign in to comment.