From 6696e88a25d9a3df9e9f8c133715ba34222884e7 Mon Sep 17 00:00:00 2001 From: Skillnoob <78843978+Skillnoob@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:07:24 -0800 Subject: [PATCH] GPU CI Fix wrong Ultralytics Installation (#17883) --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3a65188e..7c504d94 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -214,7 +214,8 @@ jobs: - uses: actions/checkout@v4 - uses: astral-sh/setup-uv@v4 - 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 run: | yolo checks