Commit f9ec82b
committed
Fix CI workflow: Update to use modern pyproject.toml dev dependencies
- Replace dev_dependencies.txt with 'pip install -e .[dev]'
- Ensures pytest and other dev tools are installed from pyproject.toml
- Aligns CI with modern Python packaging standards1 parent 5c6cdf8 commit f9ec82b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments