Skip to content

Commit 23abed5

Browse files
authored
.
1 parent ba300ce commit 23abed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/third_party.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ jobs:
291291
cd cattrs
292292
pdm remove typing-extensions
293293
pdm add --dev ../typing-extensions-latest
294-
pdm update pendulum # pinned version in lockfile is incompatible with py313 as of 2025/05/05
294+
pdm update --group=docs pendulum # pinned version in lockfile is incompatible with py313 as of 2025/05/05
295295
- name: Install cattrs test dependencies
296296
run: cd cattrs; pdm install --dev -G :all
297297
- name: List all installed dependencies

0 commit comments

Comments
 (0)