Skip to content

Commit

Permalink
update pdm
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoacierno committed Nov 30, 2024
1 parent f628a6f commit afe22fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/backend-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11.6"
- run: pip install pdm==2.10.4
- run: |
pip install pdm==2.21.0
pdm config use_uv true
- name: Cache PDM
uses: actions/cache@v4
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/backend-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11.6"
- run: pip install pdm==2.10.4 codecov
- run: |
pip install pdm==2.21.0 codecov
pdm config use_uv true
- name: Cache PDM
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update -y && apt-get install -y \

ENV LIBRARY_PATH=/lib:/usr/lib

RUN pip install pdm==2.10.4
RUN pip install pdm==2.21.0

ARG TARGETPLATFORM

Expand Down

0 comments on commit afe22fd

Please sign in to comment.