Skip to content

Commit

Permalink
Specify python version in build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
larsevj committed Feb 7, 2024
1 parent e467ca3 commit a2100a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ jobs:
steps:
- name: Checkout repo content
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: 3.11

- name: Install dependencies
run: |
Expand Down

0 comments on commit a2100a9

Please sign in to comment.