Skip to content

Commit

Permalink
HOTFIX: Documentation pipeline Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
EltonCN committed Nov 26, 2024
1 parent ba25fdb commit 9d90459
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Install dependencies
Expand Down

0 comments on commit 9d90459

Please sign in to comment.