From d7eeba3325a95039a5f5771f746694c24dcbcbc0 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Mon, 18 Sep 2023 06:34:53 +0800 Subject: [PATCH 1/5] Pin gs to 10.02.0 --- .github/workflows/ci_tests.yaml | 1 + .github/workflows/ci_tests_dev.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 001bc9b4686..e205e0048d9 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -106,6 +106,7 @@ jobs: create-args: >- python=${{ matrix.python-version }}${{ matrix.optional-packages }} gmt=6.4.0 + ghostscript=10.02.0 numpy=${{ matrix.numpy-version }} pandas xarray diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index 0b4a47605cf..a5c3271a3b5 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -106,7 +106,7 @@ jobs: ninja curl fftw - ghostscript + ghostscript=10.02.0 hdf5 libblas libcblas From 9a3f287d50d80fb25075b94a0e625e6633dff6ed Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Mon, 18 Sep 2023 09:35:53 +0800 Subject: [PATCH 2/5] Pin more gs to 10.02.0 --- .github/workflows/ci_docs.yml | 1 + .github/workflows/ci_doctests.yaml | 1 + .github/workflows/ci_tests_legacy.yaml | 1 + ci/requirements/docs.yml | 1 + 4 files changed, 4 insertions(+) diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 223b807dbaa..44168a594bf 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -77,6 +77,7 @@ jobs: create-args: >- python=3.11 gmt=6.4.0 + ghostscript=10.02.0 numpy pandas xarray diff --git a/.github/workflows/ci_doctests.yaml b/.github/workflows/ci_doctests.yaml index ba6d9be818f..a2008d882cb 100644 --- a/.github/workflows/ci_doctests.yaml +++ b/.github/workflows/ci_doctests.yaml @@ -50,6 +50,7 @@ jobs: create-args: >- python=3.11 gmt=6.4.0 + ghostscript=10.02.0 numpy pandas xarray diff --git a/.github/workflows/ci_tests_legacy.yaml b/.github/workflows/ci_tests_legacy.yaml index cea8f7bf0a5..7742c48ca2a 100644 --- a/.github/workflows/ci_tests_legacy.yaml +++ b/.github/workflows/ci_tests_legacy.yaml @@ -64,6 +64,7 @@ jobs: create-args: >- python=3.9 gmt=${{ matrix.gmt_version }} + ghostscript=10.02.0 numpy pandas<2 xarray diff --git a/ci/requirements/docs.yml b/ci/requirements/docs.yml index 02e3def57e0..4f523d8c7c0 100644 --- a/ci/requirements/docs.yml +++ b/ci/requirements/docs.yml @@ -5,6 +5,7 @@ channels: dependencies: # Required dependencies - gmt=6.4.0 + - ghostscript=10.02.0 - numpy>=1.22 - pandas - xarray From 048169bd63820fa9211f0343793182d758629198 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Fri, 20 Oct 2023 15:30:41 +0800 Subject: [PATCH 3/5] Do not pin gs in some workflows --- .github/workflows/ci_docs.yml | 1 - .github/workflows/ci_doctests.yaml | 1 - .github/workflows/ci_tests_legacy.yaml | 1 - ci/requirements/docs.yml | 1 - 4 files changed, 4 deletions(-) diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index c1336573797..181cd5a8573 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -77,7 +77,6 @@ jobs: create-args: >- python=3.11 gmt=6.4.0 - ghostscript=10.02.0 numpy pandas xarray diff --git a/.github/workflows/ci_doctests.yaml b/.github/workflows/ci_doctests.yaml index e08e6d966a7..db3ef2a9eef 100644 --- a/.github/workflows/ci_doctests.yaml +++ b/.github/workflows/ci_doctests.yaml @@ -50,7 +50,6 @@ jobs: create-args: >- python=3.11 gmt=6.4.0 - ghostscript=10.02.0 numpy pandas xarray diff --git a/.github/workflows/ci_tests_legacy.yaml b/.github/workflows/ci_tests_legacy.yaml index 8cf4393f6ba..134e3db2485 100644 --- a/.github/workflows/ci_tests_legacy.yaml +++ b/.github/workflows/ci_tests_legacy.yaml @@ -64,7 +64,6 @@ jobs: create-args: >- python=3.9 gmt=${{ matrix.gmt_version }} - ghostscript=10.02.0 numpy pandas<2 xarray diff --git a/ci/requirements/docs.yml b/ci/requirements/docs.yml index 4f523d8c7c0..02e3def57e0 100644 --- a/ci/requirements/docs.yml +++ b/ci/requirements/docs.yml @@ -5,7 +5,6 @@ channels: dependencies: # Required dependencies - gmt=6.4.0 - - ghostscript=10.02.0 - numpy>=1.22 - pandas - xarray From 4e089b1977caf73e6ae510c76310915df8b62b01 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Tue, 31 Oct 2023 13:53:56 +0800 Subject: [PATCH 4/5] Also need to pin gs in docs workflows --- .github/workflows/ci_docs.yml | 2 +- ci/requirements/docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index 11e225e323b..ed5ff10a9d6 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -77,7 +77,7 @@ jobs: create-args: >- python=3.11 gmt=6.4.0 - ghostscript=9.54.0 + ghostscript=10.02.0 numpy pandas xarray diff --git a/ci/requirements/docs.yml b/ci/requirements/docs.yml index da384363261..4f523d8c7c0 100644 --- a/ci/requirements/docs.yml +++ b/ci/requirements/docs.yml @@ -5,7 +5,7 @@ channels: dependencies: # Required dependencies - gmt=6.4.0 - - ghostscript=9.54.0 + - ghostscript=10.02.0 - numpy>=1.22 - pandas - xarray From 484090bd16fe920252cfa5ce3d130690306e45fa Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 4 Nov 2023 22:21:42 +0800 Subject: [PATCH 5/5] Bump to gs 10.02.1 --- .github/workflows/ci_docs.yml | 2 +- .github/workflows/ci_tests.yaml | 2 +- .github/workflows/ci_tests_dev.yaml | 2 +- ci/requirements/docs.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_docs.yml b/.github/workflows/ci_docs.yml index ed5ff10a9d6..2a55e62fbf7 100644 --- a/.github/workflows/ci_docs.yml +++ b/.github/workflows/ci_docs.yml @@ -77,7 +77,7 @@ jobs: create-args: >- python=3.11 gmt=6.4.0 - ghostscript=10.02.0 + ghostscript=10.02.1 numpy pandas xarray diff --git a/.github/workflows/ci_tests.yaml b/.github/workflows/ci_tests.yaml index 271dc06c591..c28bdbe597b 100644 --- a/.github/workflows/ci_tests.yaml +++ b/.github/workflows/ci_tests.yaml @@ -106,7 +106,7 @@ jobs: create-args: >- python=${{ matrix.python-version }}${{ matrix.optional-packages }} gmt=6.4.0 - ghostscript=10.02.0 + ghostscript=10.02.1 numpy=${{ matrix.numpy-version }} pandas xarray diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index ef37d8a1286..efd5f0827e4 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -104,7 +104,7 @@ jobs: ninja curl fftw - ghostscript=10.02.0 + ghostscript=10.02.1 hdf5 libblas libcblas diff --git a/ci/requirements/docs.yml b/ci/requirements/docs.yml index 4f523d8c7c0..926857222f3 100644 --- a/ci/requirements/docs.yml +++ b/ci/requirements/docs.yml @@ -5,7 +5,7 @@ channels: dependencies: # Required dependencies - gmt=6.4.0 - - ghostscript=10.02.0 + - ghostscript=10.02.1 - numpy>=1.22 - pandas - xarray