Skip to content

Commit c97609e

Browse files
author
Tim Ohliger
committed
Using mingw-uv install to fix uv not being found
1 parent e150111 commit c97609e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,6 +1002,7 @@ jobs:
10021002
mingw-w64-${{matrix.env}}-make
10031003
mingw-w64-${{matrix.env}}-boost
10041004
mingw-w64-${{matrix.env}}-catch
1005+
mingw-w64-${{matrix.env}}-uv
10051006
10061007
- uses: msys2/setup-msys2@v2
10071008
if: matrix.sys == 'mingw64'
@@ -1012,11 +1013,6 @@ jobs:
10121013
10131014
- uses: actions/checkout@v4
10141015

1015-
- name: Install uv
1016-
uses: astral-sh/setup-uv@v6
1017-
with:
1018-
enable-cache: true
1019-
10201016
- name: Prepare env
10211017
run: uv pip install --python=python --system -r tests/requirements.txt
10221018

0 commit comments

Comments
 (0)