Skip to content

Commit

Permalink
Update PDM lockfile
Browse files Browse the repository at this point in the history
This updates all dependencies, as well as makes it compatible with latest PDM which now complains about the cross_platform strategy choice, we instead use inherit_metadata now.
  • Loading branch information
Donkie committed Aug 5, 2024
1 parent 093d5e0 commit 4f49481
Show file tree
Hide file tree
Showing 2 changed files with 402 additions and 310 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Export requirements
run: |
pip install pdm
pdm export -o requirements.txt --without-hashes > requirements.txt
pdm export -o requirements.txt --without-hashes
- name: Install client dependencies
run: |
Expand Down
Loading

0 comments on commit 4f49481

Please sign in to comment.