Skip to content

Commit

Permalink
change python installation order
Browse files Browse the repository at this point in the history
  • Loading branch information
gituser789 committed May 2, 2024
1 parent 354ddec commit 66fb092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx_render_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
- uses: actions/checkout@v4
- name: Install sphinx and build documentation with sphinx
run: |
pip install sphinx sphinx-multiversion sphinx_rtd_theme sphinxcontrib-email
Expand Down

0 comments on commit 66fb092

Please sign in to comment.