Update PDM lockfile
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.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user