Skip to content

Commit

Permalink
CI: Bump to Ghostscript 10.03.0 (#8482)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed May 12, 2024
1 parent a6546de commit b431d41
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -134,7 +134,6 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}

# Pull baseline image data from dvc remote (DAGsHub)
- name: Pull baseline image data from dvc remote
run: dvc pull

Expand All @@ -153,7 +152,6 @@ jobs:
run: call ci/simple-gmt-tests.bat
if: runner.os == 'Windows'

# Run full tests and rerun failed tests
- name: Run full tests
run: |
set -x -e
Expand Down
2 changes: 1 addition & 1 deletion ci/install-dependencies-linux.sh
Expand Up @@ -18,7 +18,7 @@ EXCLUDE_OPTIONAL=${EXCLUDE_OPTIONAL:-false}
# packages installed via apt-get
packages="build-essential cmake ninja-build libcurl4-gnutls-dev libnetcdf-dev curl git libgdal-dev"
# packages installed via conda
conda_packages="ghostscript=10.02.1"
conda_packages="ghostscript=10.03.0"

# optional packages
if [ "$EXCLUDE_OPTIONAL" = "false" ]; then
Expand Down
2 changes: 1 addition & 1 deletion ci/install-dependencies-macos.sh
Expand Up @@ -18,7 +18,7 @@ PACKAGE="${PACKAGE:-false}"
# packages for compiling GMT
# cmake is pre-installed on GitHub Actions
packages="ninja curl pcre2 netcdf gdal geos fftw libomp"
conda_packages="ghostscript=10.02.1"
conda_packages="ghostscript=10.03.0"

# packages for build documentation
if [ "$BUILD_DOCS" = "true" ]; then
Expand Down
2 changes: 1 addition & 1 deletion ci/install-dependencies-windows.sh
Expand Up @@ -28,7 +28,7 @@ echo "${VCPKG_INSTALLATION_ROOT}/installed/${WIN_PLATFORM}/tools/gdal" >> $GITHU
# list installed packages
vcpkg list

conda_packages="ninja ghostscript=10.02.1"
conda_packages="ninja ghostscript=10.03.0"
if [ "$BUILD_DOCS" = "true" ]; then
conda_packages+=" sphinx dvc"
# choco install pngquant
Expand Down

0 comments on commit b431d41

Please sign in to comment.