Skip to content

Commit 29ffd3b

Browse files
Merge pull request #405 from janhq/update-dev-from-master-2026-01-27-00-41
Sync master with upstream release b7839
2 parents df875ae + 8f80d1b commit 29ffd3b

14 files changed

Lines changed: 17 additions & 20 deletions

.github/workflows/check-vendor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
check-vendor:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-slim
2323

2424
steps:
2525
- name: Checkout

.github/workflows/close-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
close-issues:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-slim
1414
permissions:
1515
issues: write
1616
pull-requests: write

.github/workflows/editorconfig.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
jobs:
2222
editorconfig:
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-slim
2424
steps:
2525
- uses: actions/checkout@v6
2626
- uses: editorconfig-checker/action-editorconfig-checker@v2

.github/workflows/gguf-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
deploy:
2323

24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-slim
2525

2626
steps:
2727
- uses: actions/checkout@v6

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
permissions:
88
contents: read
99
pull-requests: write
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-slim
1111
steps:
1212
- uses: actions/checkout@v6
1313
with:

.github/workflows/pre-tokenizer-hashes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
pre-tokenizer-hashes:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-slim
1616

1717
steps:
1818
- name: Checkout repository

.github/workflows/python-check-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
jobs:
2222
python-check-requirements:
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-slim
2424
name: check-requirements
2525
steps:
2626
- name: Check out source repository

.github/workflows/python-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515

1616
jobs:
1717
flake8-lint:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-slim
1919
name: Lint
2020
steps:
2121
- name: Check out source repository

.github/workflows/python-type-check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
uses: actions/setup-python@v6
3030
with:
3131
python-version: "3.11"
32-
- name: Install Python dependencies
33-
# TODO: use a venv
34-
run: pip install -r requirements/requirements-all.txt
32+
pip-install: -r requirements/requirements-all.txt
3533
- name: Type-check with Pyright
3634
uses: jakebailey/pyright-action@v2
3735
with:

.github/workflows/update-ops-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
update-ops-docs:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-slim
1818

1919
steps:
2020
- name: Checkout repository

0 commit comments

Comments
 (0)