Skip to content

Commit

Permalink
Manually specify python version in docs ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmcalpine committed Oct 16, 2024
1 parent e5cc2a3 commit 9d2bb02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 9d2bb02

Please sign in to comment.