Skip to content

Commit

Permalink
Install [docs] in pytest workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Jul 3, 2023
1 parent 0006e84 commit e60910f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit e60910f

Please sign in to comment.