Commit 392f18c
committed
Fix Windows dependency installation in CI
- Use pip install -e '.[dev]' to install all dependencies
- This installs both runtime deps (click, pyyaml, python-dotenv)
and dev deps (pytest, pytest-cov, etc.) in one command
- Fixes ModuleNotFoundError: No module named 'click' on Windows
- Ensures consistent dependency installation across platforms1 parent 3f5e279 commit 392f18c
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments