Skip to content

Commit eedaa81

Browse files
committed
コード整理
1 parent adffbca commit eedaa81

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/e2e-test-amd-amf.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_amd_amf.py -s
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_amd_amf.py -s
5455
5556
# slack_notify_succeeded:
5657
# needs: [e2e_test_ubuntu, e2e_test_macos, e2e_test_windows]

0 commit comments

Comments
 (0)