Skip to content

Commit

Permalink
Doc CD: Change python version when building
Browse files Browse the repository at this point in the history
  • Loading branch information
GratienDSX committed Dec 12, 2024
1 parent 4d05859 commit f5dc668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.11'
- name: Install package with optional dependency 'doc'
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit f5dc668

Please sign in to comment.