Skip to content

Commit

Permalink
pip install before pre-commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Nov 24, 2023
1 parent e28b1f5 commit 1f4d5f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,12 @@ jobs:
uses: mxschmitt/action-tmate@v3
if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }}

- name: Run pre-commit checks
uses: pre-commit/[email protected]

- name: Install dependencies
run: pip install .[dev]

- name: Run pre-commit checks
uses: pre-commit/[email protected]

- name: Run Sphinx doctest
run: python -m sphinx -b doctest docs docs/_build

Expand Down

0 comments on commit 1f4d5f7

Please sign in to comment.