Skip to content

Commit

Permalink
Update documentation_test.yml
Browse files Browse the repository at this point in the history
Be specific about python version
  • Loading branch information
jbousquin authored Jan 30, 2024
1 parent 81b172a commit 28adc81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,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 28adc81

Please sign in to comment.