We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23abed5 commit b616fbeCopy full SHA for b616fbe
.github/workflows/third_party.yml
@@ -292,6 +292,7 @@ jobs:
292
pdm remove typing-extensions
293
pdm add --dev ../typing-extensions-latest
294
pdm update --group=docs pendulum # pinned version in lockfile is incompatible with py313 as of 2025/05/05
295
+ pdm sync --clean
296
- name: Install cattrs test dependencies
297
run: cd cattrs; pdm install --dev -G :all
298
- name: List all installed dependencies
0 commit comments