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