Skip to content

Commit 6aa3ff8

Browse files
authored
CI: Pin ghostscript to 9.54.0 for docs (#2783)
1 parent a9bd688 commit 6aa3ff8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
create-args: >-
7878
python=3.11
7979
gmt=6.4.0
80+
ghostscript=9.54.0
8081
numpy
8182
pandas
8283
xarray

ci/requirements/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ channels:
55
dependencies:
66
# Required dependencies
77
- gmt=6.4.0
8+
- ghostscript=9.54.0
89
- numpy>=1.22
910
- pandas
1011
- xarray

0 commit comments

Comments
 (0)