Skip to content

Commit ae3568a

Browse files
committed
uv 系は一つにまとめる
1 parent e001a2b commit ae3568a

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

.github/workflows/e2e-test-apple-video-toolbox.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ jobs:
4747
- uses: astral-sh/setup-uv@v5
4848
with:
4949
enable-cache: false
50-
- run: uv python pin ${{ matrix.python_version }}
51-
- run: uv sync
52-
- run: uv run python run.py macos_arm64
53-
- run: uv run pytest tests/test_apple_video_toolbox.py -v
50+
- run: >-
51+
uv python pin ${{ matrix.python_version }}
52+
uv sync
53+
uv run python run.py macos_arm64
54+
uv run pytest tests/test_apple_video_toolbox.py -v
5455
5556
# slack_notify_succeeded:
5657
# needs: [e2e_test_ubuntu, e2e_test_macos, e2e_test_windows]

.github/workflows/e2e-test-intel-vpl.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ jobs:
4949
- uses: astral-sh/setup-uv@v5
5050
with:
5151
enable-cache: false
52-
- run: uv python pin ${{ matrix.python_version }}
53-
- run: uv sync
54-
- run: uv run python run.py ubuntu-24.04_x86_64
55-
- run: uv run pytest tests/test_intel_vpl.py -v
52+
- run: >-
53+
uv python pin ${{ matrix.python_version }}
54+
uv sync
55+
uv run python run.py ubuntu-24.04_x86_64
56+
uv run pytest tests/test_intel_vpl.py -v
5657
5758
# slack_notify_succeeded:
5859
# needs: [e2e_test_intel_vpl]

.github/workflows/e2e-test-nvidia-video-codec-sdk.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ jobs:
4747
- uses: astral-sh/setup-uv@v5
4848
with:
4949
enable-cache: false
50-
- run: uv python pin ${{ matrix.python_version }}
51-
- run: uv sync
52-
- run: uv run python run.py ubuntu-24.04_x86_64
53-
- run: uv run pytest tests/test_nvidia_video_codec_sdk.py -v
50+
- run: >-
51+
uv python pin ${{ matrix.python_version }}
52+
uv sync
53+
uv run python run.py ubuntu-24.04_x86_64
54+
uv run pytest tests/test_nvidia_video_codec_sdk.py -v
5455
5556
# slack_notify_succeeded:
5657
# needs: [e2e_test_intel_vpl]

0 commit comments

Comments
 (0)