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 746b660 commit 2281aebCopy full SHA for 2281aeb
.github/workflows/ci.yml
@@ -1002,7 +1002,6 @@ 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'
@@ -1014,7 +1013,7 @@ jobs:
1014
1013
- uses: actions/checkout@v4
1015
1016
- name: Prepare env
1017
- run: uv pip install --python=python --system -r tests/requirements.txt
+ run: python -m pip install -r tests/requirements.txt
1018
1019
1020
- name: Configure C++11
0 commit comments