Skip to content

Commit

Permalink
Update sphinx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Oct 30, 2023
1 parent 25f6799 commit 544e90c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11.6

- name: Build docs requirements
run: pip install -r docs/requirements.txt
Expand Down

0 comments on commit 544e90c

Please sign in to comment.