Skip to content

Commit 9555dc0

Browse files
committed
ci(github): fix: always run scripts/install.sh --no-install to prepare source code
1 parent cdcad55 commit 9555dc0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
- name: Install the project
2323
run: |
24+
bash scripts/install_uv.sh --no-install --no-weights --cpu
2425
uv pip install -U pip wheel setuptools
2526
uv sync --group=dev
2627

.github/workflows/static-gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020

2121
- name: Install doc dependencies and build docs
2222
run: |
23+
bash scripts/install_uv.sh --no-install --no-weights --cpu
2324
uv pip install -U pip wheel setuptools
2425
uv sync --group=doc
2526
cd docs

0 commit comments

Comments
 (0)