Skip to content

Commit ed47ce5

Browse files
authored
CI: Pin ghostscript to 9.54.0 in Tests and Dev Tests workflows (#2754)
1 parent abc2b4c commit ed47ce5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci_tests.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
create-args: >-
107107
python=${{ matrix.python-version }}${{ matrix.optional-packages }}
108108
gmt=6.4.0
109+
ghostscript=9.54.0
109110
numpy=${{ matrix.numpy-version }}
110111
pandas
111112
xarray

.github/workflows/ci_tests_dev.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
ninja
107107
curl
108108
fftw
109-
ghostscript
109+
ghostscript=9.54.0
110110
hdf5
111111
libblas
112112
libcblas

0 commit comments

Comments
 (0)