Skip to content

Commit 1bc7711

Browse files
committed
Revert "uv pip install コマンドに --system オプションを追加する"
This reverts commit bbf7390.
1 parent bbf7390 commit 1bc7711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
192192
# ここで download した whl ファイルの動作を確認する
193193
- run: |
194-
uv pip install --system dist/sora_sdk-${{ steps.get_version.outputs.version }}-cp${{ matrix.version.pkg }}-cp${{ matrix.version.pkg }}-${{ matrix.platform.pytag }}.whl
194+
uv pip install dist/sora_sdk-${{ steps.get_version.outputs.version }}-cp${{ matrix.version.pkg }}-cp${{ matrix.version.pkg }}-${{ matrix.platform.pytag }}.whl
195195
uv run python3 -c "import sora_sdk; print(sora_sdk.get_video_codec_capability().to_json())"
196196
197197
build_ubuntu_arm:

0 commit comments

Comments
 (0)