Skip to content

Commit

Permalink
fix: set up a fix python version for doc CI build (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Dec 29, 2023
1 parent 9ef4c2c commit a61cdce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
run: pip install hatch

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install hatch
run: pip install hatch
- name: Build docs
Expand Down

0 comments on commit a61cdce

Please sign in to comment.