From cfd2f2d933a2cd37cf5b099b023d42c8d79fa0ad Mon Sep 17 00:00:00 2001 From: Alif Be Date: Mon, 27 Nov 2023 15:59:06 +0100 Subject: [PATCH] Add docs installation before testing --- .github/workflows/pyscal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyscal.yml b/.github/workflows/pyscal.yml index 3d0f1d50..9aded5c9 100644 --- a/.github/workflows/pyscal.yml +++ b/.github/workflows/pyscal.yml @@ -50,7 +50,7 @@ jobs: if: ${{ always() }} run: | pip install --upgrade pip - pip install .[tests] + pip install .[tests,docs] - name: List all installed packages if: ${{ always() }}