Skip to content

Commit

Permalink
CI: Pin ghostscript to 9.54.0 in Tests and Dev Tests workflows (#2754)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Oct 18, 2023
1 parent abc2b4c commit ed47ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
create-args: >-
python=${{ matrix.python-version }}${{ matrix.optional-packages }}
gmt=6.4.0
ghostscript=9.54.0
numpy=${{ matrix.numpy-version }}
pandas
xarray
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
ninja
curl
fftw
ghostscript
ghostscript=9.54.0
hdf5
libblas
libcblas
Expand Down

0 comments on commit ed47ce5

Please sign in to comment.