Skip to content

Commit

Permalink
fix docs workflow python
Browse files Browse the repository at this point in the history
  • Loading branch information
liruilong940607 committed Dec 1, 2023
1 parent a35bff0 commit 838be2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
submodules: 'recursive'
- uses: actions/setup-python@v3
with:
python-version: '3.9'
python-version: '3.8.12'
- name: Install dependencies
run: |
pip install -r docs/requirements.txt
Expand Down

0 comments on commit 838be2e

Please sign in to comment.