Skip to content

Commit 5abc2a0

Browse files
ci: simplified CI
1 parent c8edc34 commit 5abc2a0

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.github/workflows/check_benchmark_is_up_to_date.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@ jobs:
1414

1515
- name: Install uv
1616
uses: astral-sh/setup-uv@v4
17-
with:
18-
enable-cache: true
19-
20-
- name: Set up Python
21-
uses: actions/setup-python@v4
22-
with:
23-
python-version: "3.10"
2417

2518
- name: Install dependencies
2619
shell: bash

.github/workflows/documentation.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,9 @@ jobs:
1919

2020
- name: Install uv
2121
uses: astral-sh/setup-uv@v4
22-
with:
23-
enable-cache: true
24-
25-
- uses: actions/setup-python@v5
26-
with:
27-
python-version: '3.10'
2822

2923
- name: Dependencies
3024
run: make install
31-
3225
- name: Build and Deploy
3326
if: github.event_name == 'push'
3427
run: uv run mkdocs gh-deploy --force

0 commit comments

Comments
 (0)