Skip to content

Commit f58db95

Browse files
committed
fixes regarding ci
Signed-off-by: Emil Badura <badura@tu-berlin.de>
1 parent 522ca92 commit f58db95

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/ci.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@ jobs:
1313
# Lint stage
1414

1515
lint-licensing:
16-
name: Lint licensing (REUSE)
17-
runs-on: ubuntu-latest
18-
steps:
19-
- name: Checkout
20-
uses: actions/checkout@v4
21-
22-
- name: Install uv
23-
uses: astral-sh/setup-uv@v3
24-
25-
- name: Set up Python
26-
run: uv python install 3.11
27-
28-
- name: Install dependencies
29-
run: make install-backend
30-
31-
- name: Lint licensing
32-
run: make lint-licensing
16+
name: Lint licensing (REUSE)
17+
runs-on: ubuntu-latest
18+
steps:
19+
- name: Checkout
20+
uses: actions/checkout@v4
21+
22+
- name: Install uv
23+
uses: astral-sh/setup-uv@v3
24+
25+
- name: Set up Python
26+
run: uv python install 3.11
27+
28+
- name: Install dependencies
29+
run: make install-backend
30+
31+
- name: Lint licensing
32+
run: make lint-licensing
3333

3434
lint-frontend:
3535
name: Lint frontend

0 commit comments

Comments
 (0)