From 56fc4d2ca45cae7fa2b37468736dfa90183eb70a Mon Sep 17 00:00:00 2001 From: AakashGC Date: Fri, 19 Apr 2024 12:05:59 +1000 Subject: [PATCH] pip install sphinx-exercise --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37abed8..ff2bb6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: run: | git clone https://github.com/executablebooks/sphinx-exercise.git cd sphinx-exercise - python setup.py install + python -m pip install . cd ../ && rm -rf sphinx-exercise - name: Install Dependencies shell: bash -l {0}