pdm-example-monorepo icon indicating copy to clipboard operation
pdm-example-monorepo copied to clipboard

An example of a monorepo managed by PDM

Results 5 pdm-example-monorepo issues
Sort by recently updated
recently updated
newest added

Assuming we use a shared venv from the top-folder where `pdm.lock` is located, how would you setup tests with `pytest`? My understanding is that each subproject would have its own...

## Env setup pdm-example-monorepo: [a6b3f47](https://github.com/pdm-project/pdm-example-monorepo/commit/a6b3f47027730829105fae6524e4096d1ac180e4) pdm: 2.5.3 python: 3.10 OS: macOS 13.3.1 ## Problem 1. Fail to setup in project root ```console $ pdm install The saved Python interpreter doesn't...

Hello, thanks a lot for this example repo. This issue bugged me for some time (until I realized that `pdm lock` indeed re-generated the lock file correctly). I first thought...

Hi, I'm using pdm for while now and I'm now experimenting with a monorepo. I currently have the issue, that pdm lock generates all dependencies in the dev-group. So using...

- id: docs name: docs description: Check docs for warnings. entry: env RUSTDOCFLAGS=-Dwarnings cargo doc language: system args: ["--workspace", "--document-private-items"] types: [rust] pass_filenames: false