Skip to content

Commit

Permalink
refactor sphinx doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pan-x-c committed Jan 22, 2024
1 parent f00fdd0 commit e9780a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,11 @@ jobs:
OS: ${{ matrix.os }}
PYTHON: '3.9'
steps:
- name: Checkout Repository
uses: actions/checkout@master
- uses: actions/checkout@master
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@master
with:
python_version: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
run: |
pip install -q -e .[full]
Expand Down

0 comments on commit e9780a5

Please sign in to comment.