Skip to content

Commit

Permalink
update pdm / pdm lockfile to 2.8.0 (pydantic#6714)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt authored Jul 19, 2023
1 parent b6924c4 commit 443a7e9
Show file tree
Hide file tree
Showing 2 changed files with 1,026 additions and 971 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: true
version: 2.7.0

- name: install
run: |
Expand All @@ -51,7 +50,6 @@ jobs:
# cloudflare pages build containers run 3.8, hence using it here
python-version: '3.8'
cache: true
version: 2.7.0

- name: install dependencies
run: |
Expand All @@ -71,7 +69,6 @@ jobs:
with:
python-version: '3.10'
cache: true
version: 2.7.0

- name: install deps
run: |
Expand Down Expand Up @@ -113,7 +110,6 @@ jobs:
- uses: pdm-project/setup-pdm@v3
with:
python-version: ${{ matrix.python-version }}
version: 2.7.0

- name: install deps
run: |
Expand Down Expand Up @@ -176,7 +172,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: true
version: 2.7.0

- name: install deps
run: |
Expand Down Expand Up @@ -269,7 +264,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: true
version: 2.7.0

- name: install deps
run: |
Expand Down
Loading

0 comments on commit 443a7e9

Please sign in to comment.