We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf7390 commit 1bc7711Copy full SHA for 1bc7711
.github/workflows/build.yml
@@ -191,7 +191,7 @@ jobs:
191
192
# ここで download した whl ファイルの動作を確認する
193
- 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
+ uv pip install dist/sora_sdk-${{ steps.get_version.outputs.version }}-cp${{ matrix.version.pkg }}-cp${{ matrix.version.pkg }}-${{ matrix.platform.pytag }}.whl
195
uv run python3 -c "import sora_sdk; print(sora_sdk.get_video_codec_capability().to_json())"
196
197
build_ubuntu_arm:
0 commit comments