From e9780a525f40b9124cdb32c16b06acccf041c3cb Mon Sep 17 00:00:00 2001 From: "panxuchen.pxc" Date: Mon, 22 Jan 2024 12:12:07 +0800 Subject: [PATCH] refactor sphinx doc workflow --- .github/workflows/sphinx_docs.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sphinx_docs.yml b/.github/workflows/sphinx_docs.yml index 313d1dfd2..48f8a847f 100644 --- a/.github/workflows/sphinx_docs.yml +++ b/.github/workflows/sphinx_docs.yml @@ -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]