Skip to content

Commit c40caa0

Browse files
committed
remove hardcoded pythonversion from docs job now that we pin it using .python-version
1 parent b0197df commit c40caa0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
fetch-depth: 0 # fetch all commits/branches
3535
- uses: actions/setup-python@v5
3636
id: install_python
37-
with:
38-
python-version: 3.12
3937
- name: Configure Git user
4038
run: |
4139
git config --local user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)