GPU CI Fix wrong Ultralytics Installation (#17883)
This commit is contained in:
parent
e60992214c
commit
6696e88a25
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -214,7 +214,8 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: astral-sh/setup-uv@v4
|
- uses: astral-sh/setup-uv@v4
|
||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
run: uv pip install --system . pytest-cov
|
shell: bash # for Windows compatibility
|
||||||
|
run: uv pip install --system -e . pytest-cov
|
||||||
- name: Check environment
|
- name: Check environment
|
||||||
run: |
|
run: |
|
||||||
yolo checks
|
yolo checks
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue