From d4567417ea574a2e72439a66877b64f3d2685a52 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Tue, 18 Oct 2022 18:48:52 +0100 Subject: [PATCH] Add #1188 to changelog --- docs/source/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index b5523bd83..b34506d1e 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -39,6 +39,7 @@ Other merged PRs ---------------- - Remove conda buildpacks pin of r-irkernel to 1.2 :pr:`1191` by :user:`consideRatio` +- ci: refactor julia/r/conda tests - now ~25 min instead of ~50 min :pr:`1188` by :user:`consideRatio` - ci: general refresh of github workflows, update gha versions and let dependabot do it, etc. :pr:`1186` by :user:`consideRatio` - Use enum to standardise `phase` :pr:`1185` by :user:`manics` - fail on unsupported Python :pr:`1184` by :user:`minrk`