Skip to content

Commit

Permalink
pdm
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed Nov 30, 2024
1 parent d9d75f9 commit 2a4222f
Show file tree
Hide file tree
Showing 4 changed files with 452 additions and 837 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: "3.11.6"
- run: |
pip install pdm==2.21.0
pip install pdm==2.21.0 uv==0.5.5
pdm config use_uv true
- name: Cache PDM
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
with:
python-version: "3.11.6"
- run: |
pip install pdm==2.21.0 codecov
pip install pdm==2.21.0 uv==0.5.5 codecov
pdm config use_uv true
- name: Cache PDM
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile.python.local
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ ARG FUNCTION_DIR
RUN mkdir -p ${FUNCTION_DIR}
WORKDIR ${FUNCTION_DIR}

RUN pip install pdm==2.12.4
RUN pip install pdm==2.21.0 uv==0.5.5
RUN pdm config use_uv true

COPY pyproject.toml pdm.lock ${FUNCTION_DIR}

Expand Down
Loading

0 comments on commit 2a4222f

Please sign in to comment.