Skip to content

Commit

Permalink
Update documentation.yaml
Browse files Browse the repository at this point in the history
Try with python 3.9 set static (should be >=3.8)
  • Loading branch information
jbousquin authored Jul 10, 2023
1 parent c2fabf2 commit 260a9b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
id: pages
uses: actions/configure-pages@v2
- uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: Install dependencies
run: |
pip install -r requirements.txt
Expand Down

0 comments on commit 260a9b8

Please sign in to comment.