Skip to content

Commit

Permalink
Update Python version to 3.10 in documentation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
apanariello4 committed Dec 19, 2023
1 parent 3b7827f commit c7bf8d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.10
- name: Install dependencies
run: |
pip install -r docs/requirements.txt -r requirements.txt
Expand Down

0 comments on commit c7bf8d8

Please sign in to comment.