Skip to content

Commit 58d76a0

Browse files
committed
docs
1 parent c57d5d9 commit 58d76a0

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
19-
- uses: actions/setup-python@v5
20-
with:
21-
python-version: '3.10.11'
22-
cache: 'pip'
2319

2420
- name: Install uv
2521
uses: astral-sh/setup-uv@v6
22+
with:
23+
python-version: '3.10.11'
2624

2725
- name: Install dependencies
2826
run: |

0 commit comments

Comments
 (0)