Skip to content

Commit

Permalink
ci: ensure python >=3 is installed
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Dec 11, 2023
1 parent 3f68154 commit a20e568
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
run: |
npm install -g jsdoc
- name: Setup | Python
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Setup | Sphinx
run: |
cd docs/reference
Expand Down

0 comments on commit a20e568

Please sign in to comment.