Skip to content

Commit

Permalink
updated to install dev dependency after pyproject switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
iancze committed Dec 24, 2023
1 parent 0bb1086 commit 541da13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
key: ${{ env.pythonLocation }}-${{ hashFiles('setup.py') }}
- name: Install doc dependencies
run: |
pip install .[docs]
pip install .[dev]
- name: Install Pandoc dependency
run: |
sudo apt-get install pandoc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: '3.8'
- name: Install doc deps
run: |
pip install .'[docs]'
pip install .'[dev]'
- name: Install Pandoc dependency
run: |
sudo apt-get install pandoc
Expand Down

0 comments on commit 541da13

Please sign in to comment.