You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CI has been failing for a while on the lack of a PDM lock file committed to the repo.
Suggest:
Either: Committing a PDM lockfile.
Would suggest updating from the setup.<py|cfg> files for packaging to pyproject.toml, to match the current PDM docs for dependency management and version control:
The CI has been failing for a while on the lack of a PDM lock file committed to the repo.
Suggest:
setup.<py|cfg>
files for packaging topyproject.toml
, to match the current PDM docs for dependency management and version control:python -m venv .venv
+source .venv/bin/activate
) or install/build/test directly into the CI Agent.pyproject.toml
+ Dynamic Versioning for same package versioning reason. See: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html.The text was updated successfully, but these errors were encountered: