Skip to content

Commit

Permalink
Update documentation.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankueppers committed Mar 22, 2024
1 parent a093ff4 commit 45f6e3f
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 @@ -8,6 +8,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.9'
- name: Install dependencies
run: |
pip install -r requirements.txt && pip install -r docs/requirements.txt
Expand Down

0 comments on commit 45f6e3f

Please sign in to comment.