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
docs: fix missing pixi -e flags in CONTRIBUTING.md (#1541)
Every quickstart command (`pixi run test`, `test-cov`, `pre-commit ...`)
omitted `-e <environment>`, so it resolved to the `default` pixi
environment, which only installs bare `datajoint` — no pytest or
pre-commit. Following the doc verbatim on a clean clone fails with
`pytest: command not found` / `pre-commit: command not found`.
Add `-e test` to the test/test-cov invocations and `-e dev` to the
pre-commit invocations, matching the already-correct `-e test` usage
further down in the same doc and how CI itself invokes pixi
(.github/workflows/test.yaml).
0 commit comments