Skip to content

Commit 448ec61

Browse files
committed
Install lib in-place for docs build
1 parent 9a153d8 commit 448ec61

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

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

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

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl
35+
uv pip install dist/*.whl --target .
3636
uv pip install yardang
3737
if: github.event_name == 'workflow_run'
3838

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

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

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl
35+
uv pip install dist/*.whl --target .
3636
uv pip install yardang
3737
if: github.event_name == 'workflow_run'
3838

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

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

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl
35+
uv pip install dist/*.whl --target .
3636
uv pip install yardang
3737
if: github.event_name == 'workflow_run'
3838

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

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

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl
35+
uv pip install dist/*.whl --target .
3636
uv pip install yardang
3737
if: github.event_name == 'workflow_run'
3838

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

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

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl
35+
uv pip install dist/*.whl --target .
3636
uv pip install yardang
3737
if: github.event_name == 'workflow_run'
3838

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

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

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl
35+
uv pip install dist/*.whl --target .
3636
uv pip install yardang
3737
if: github.event_name == 'workflow_run'
3838

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

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

3333
- name: Install from wheel
3434
run: |
35-
uv pip install dist/*.whl
35+
uv pip install dist/*.whl --target .
3636
uv pip install yardang
3737
if: github.event_name == 'workflow_run'
3838

0 commit comments

Comments
 (0)