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 adffbca commit eedaa81Copy full SHA for eedaa81
.github/workflows/e2e-test-amd-amf.yml
@@ -47,10 +47,11 @@ jobs:
47
- uses: astral-sh/setup-uv@v5
48
with:
49
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
+ - run: |
+ uv python pin ${{ matrix.python_version }}
+ uv sync
+ uv run python run.py ubuntu-24.04_x86_64
54
+ uv run pytest tests/test_amd_amf.py -s
55
56
# slack_notify_succeeded:
57
# needs: [e2e_test_ubuntu, e2e_test_macos, e2e_test_windows]
0 commit comments