From 62a2a9963f2c2e90603b3c2855874ebfd29b9567 Mon Sep 17 00:00:00 2001 From: Fridolin Glatter <83776373+glatterf42@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:46:05 +0200 Subject: [PATCH] Install [docs] in pytest workflow --- .github/workflows/pytest.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 3726fdd6f..f94990693 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -94,8 +94,9 @@ jobs: shell: bash - name: Install Python package and dependencies + # [docs] contains [tests], which contains [report,tutorial] run: | - pip install .[tests] + pip install .[docs] # commented: use with "pandas-version" in the matrix, above # pip install --upgrade pandas${{ matrix.pandas-version }}