Skip to content

Commit

Permalink
Build docs with latest python version
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort authored Oct 3, 2023
1 parent b769f8c commit 994d945
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/DocumentationPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Install dependencies
run: pip install -r requirements.txt
Expand Down

0 comments on commit 994d945

Please sign in to comment.