Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update pdm / pdm lockfile to 2.8.0 #6714

Merged
merged 1 commit into from Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
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