File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1919 - uses : actions/setup-python@v5
2020 with :
2121 python-version : " 3.11.6"
22- - run : pip install pdm==2.10.4
22+ - run : |
23+ pip install pdm==2.21.0
24+ pdm config use_uv true
2325
2426 - name : Cache PDM
2527 uses : actions/cache@v4
Original file line number Diff line number Diff line change 3939 - uses : actions/setup-python@v5
4040 with :
4141 python-version : " 3.11.6"
42- - run : pip install pdm==2.10.4 codecov
42+ - run : |
43+ pip install pdm==2.21.0 codecov
44+ pdm config use_uv true
4345
4446 - name : Cache PDM
4547 uses : actions/cache@v4
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN apt-get update -y && apt-get install -y \
1717
1818ENV LIBRARY_PATH=/lib:/usr/lib
1919
20- RUN pip install pdm==2.10.4
20+ RUN pip install pdm==2.21.0
2121
2222ARG TARGETPLATFORM
2323
You can’t perform that action at this time.
0 commit comments