Skip to content

Commit 2281aeb

Browse files
author
Tim Ohliger
committed
Using pip instead of uv for mingw
1 parent 746b660 commit 2281aeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,6 @@ 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
10061005
10071006
- uses: msys2/setup-msys2@v2
10081007
if: matrix.sys == 'mingw64'
@@ -1014,7 +1013,7 @@ jobs:
10141013
- uses: actions/checkout@v4
10151014

10161015
- name: Prepare env
1017-
run: uv pip install --python=python --system -r tests/requirements.txt
1016+
run: python -m pip install -r tests/requirements.txt
10181017

10191018

10201019
- name: Configure C++11

0 commit comments

Comments
 (0)