From 013838d8eb6ee2cb3fa2421b48a9b0c09f08d73f Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 12 Oct 2022 21:48:02 +0300 Subject: [PATCH] Install recommonmark too Just learned that this is deprecated, but let's get the doc CI going, and then do the change - it will actually be tested. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5887f7d..da30d5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,6 +58,7 @@ jobs: pip install pytest pip install codecov pip install sphinx + pip install recommonmark - name: Install typing for old Python run: pip install typing -- 2.39.2