File tree Expand file tree Collapse file tree 4 files changed +452
-837
lines changed
Expand file tree Collapse file tree 4 files changed +452
-837
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 python-version : " 3.11.6"
2222 - run : |
23- pip install pdm==2.21.0
23+ pip install pdm==2.21.0 uv==0.5.5
2424 pdm config use_uv true
2525
2626 - name : Cache PDM
Original file line number Diff line number Diff line change 4040 with :
4141 python-version : " 3.11.6"
4242 - run : |
43- pip install pdm==2.21.0 codecov
43+ pip install pdm==2.21.0 uv==0.5.5 codecov
4444 pdm config use_uv true
4545
4646 - name : Cache PDM
Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ ARG FUNCTION_DIR
99RUN mkdir -p ${FUNCTION_DIR}
1010WORKDIR ${FUNCTION_DIR}
1111
12- RUN pip install pdm==2.12.4
12+ RUN pip install pdm==2.21.0 uv==0.5.5
13+ RUN pdm config use_uv true
1314
1415COPY pyproject.toml pdm.lock ${FUNCTION_DIR}
1516
You can’t perform that action at this time.
0 commit comments