Skip to content

Commit

Permalink
Add docs installation before testing
Browse files Browse the repository at this point in the history
  • Loading branch information
alifbe committed Nov 27, 2023
1 parent 53361b2 commit cfd2f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyscal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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() }}
Expand Down

0 comments on commit cfd2f2d

Please sign in to comment.