Skip to content

Commit 0370363

Browse files
committedDec 18, 2024··
Ask for Python 3.10 to be installed
1 parent 5541bd7 commit 0370363

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/deploy-pages.yml

+5
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ jobs:
7272
# --minify \
7373
# --baseURL "${{ steps.pages.outputs.base_url }}/"
7474

75+
- name: 🐍 Set up Python
76+
uses: actions/setup-python@v5.3.0
77+
with:
78+
python-version: "3.10"
79+
7580
- name: 🪚🔧🔨 Build API docs
7681
run: scripts/buildall-apidocs
7782

0 commit comments

Comments
 (0)
Please sign in to comment.