Skip to content

Commit

Permalink
fix type in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengp0 committed Aug 5, 2023
1 parent d2140bb commit 5ab5174
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
with:
python-version: "3.10"
- name: Install dependencies
run: |
run: python -m pip install .[docs] --upgrade pip
run: python -m pip install .[docs] --upgrade pip
- name: Generate API docs & Build sphinx documentation
run: |
cd docs
Expand Down

0 comments on commit 5ab5174

Please sign in to comment.