Skip to content

Commit 4875149

Browse files
committed
fix docs build for extra deps
1 parent 9f2752a commit 4875149

7 files changed

Lines changed: 14 additions & 7 deletions

File tree

cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl --target .
35+
uv pip install dist/*.whl
36+
uv pip install dist/*.whl --target . --no-deps
3637
uv pip install yardang
3738
if: github.event_name == 'workflow_run'
3839

cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl --target .
35+
uv pip install dist/*.whl
36+
uv pip install dist/*.whl --target . --no-deps
3637
uv pip install yardang
3738
if: github.event_name == 'workflow_run'
3839

js/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl --target .
35+
uv pip install dist/*.whl
36+
uv pip install dist/*.whl --target . --no-deps
3637
uv pip install yardang
3738
if: github.event_name == 'workflow_run'
3839

jupyter/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl --target .
35+
uv pip install dist/*.whl
36+
uv pip install dist/*.whl --target . --no-deps
3637
uv pip install yardang
3738
if: github.event_name == 'workflow_run'
3839

python/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl --target .
35+
uv pip install dist/*.whl
36+
uv pip install dist/*.whl --target . --no-deps
3637
uv pip install yardang
3738
if: github.event_name == 'workflow_run'
3839

rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl --target .
35+
uv pip install dist/*.whl
36+
uv pip install dist/*.whl --target . --no-deps
3637
uv pip install yardang
3738
if: github.event_name == 'workflow_run'
3839

rustjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ jobs:
3232

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl --target .
35+
uv pip install dist/*.whl
36+
uv pip install dist/*.whl --target . --no-deps
3637
uv pip install yardang
3738
if: github.event_name == 'workflow_run'
3839

0 commit comments

Comments
 (0)