added action for docs

This commit is contained in:
Erik Fröjdh
2024-10-30 15:07:34 +01:00
parent f754e0f769
commit 5035c20aa4
2 changed files with 48 additions and 0 deletions

View File

@ -64,3 +64,8 @@ make install
cmake .. -DCMAKE_PREFIX_PATH=SOME_PATH
```
### Local build of conda pkgs
```bash
conda build . --variants="{python: [3.11, 3.12, 3.13]}"
```