From 2f1d1daee84c476c20efa1fdc4a85cf953a1884c Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 11 Jun 2024 03:56:49 +0100 Subject: [PATCH] ci: fix doctest job --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04ca8f0c0..6cad30f5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,6 +134,11 @@ jobs: with: toolchain: nightly + - name: Install just + uses: taiki-e/install-action@v2.38.0 + with: + tool: just + - name: Test docs run: just test-docs