Skip to content

Commit 28fec72

Browse files
authored
Add some tips for working with pixi to the contributing guide (#528)
1 parent 25c0b38 commit 28fec72

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/contributing.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@ pytest virtualizarr
5151
exit
5252
```
5353

54+
If you run into issues with the development environment, here are some recommending steps:
55+
- Update pixi using `pixi self-update` and then retry the development workflow.
56+
- Clean up environments using `pixi clean` and then retry the development workflow.
57+
- Manually find and clean the cache dir listed in `pixi info` and then retry the development workflow.
58+
- Ask for help in the [VirtualiZarr channel of the Earthmover community slack](https://earthmover-community.slack.com/archives/C08EXCE8ZQX).
59+
60+
5461

5562
## Contributing documentation
5663

0 commit comments

Comments
 (0)