We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e150111 commit c97609eCopy full SHA for c97609e
.github/workflows/ci.yml
@@ -1002,6 +1002,7 @@ jobs:
1002
mingw-w64-${{matrix.env}}-make
1003
mingw-w64-${{matrix.env}}-boost
1004
mingw-w64-${{matrix.env}}-catch
1005
+ mingw-w64-${{matrix.env}}-uv
1006
1007
- uses: msys2/setup-msys2@v2
1008
if: matrix.sys == 'mingw64'
@@ -1012,11 +1013,6 @@ jobs:
1012
1013
1014
- uses: actions/checkout@v4
1015
- - name: Install uv
1016
- uses: astral-sh/setup-uv@v6
1017
- with:
1018
- enable-cache: true
1019
-
1020
- name: Prepare env
1021
run: uv pip install --python=python --system -r tests/requirements.txt
1022
0 commit comments