pdm: lock fully, remove --refresh

--refresh only works well with already existing lock files
This commit is contained in:
DavHau 2024-01-08 21:47:00 +07:00
parent 0fb528d452
commit ca706acbad

View File

@ -27,7 +27,7 @@
pushd "$(${config.paths.findRoot})/${config.paths.package}"
echo ${config.deps.python3}/bin/python3 > .pdm-python
pdm -c ${pdmConfig} lock --refresh
pdm -c ${pdmConfig} lock
popd
'';