Commit 3ef66ca
committed
fix(ci): add numpy to dev dependencies so RL tests run in CI
CI installs with pip install -e '.[dev]' — numpy was only in [rl] extras
so all test_rl/* tests failed with ModuleNotFoundError on every platform.
Made-with: Cursor1 parent 6735909 commit 3ef66ca
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
0 commit comments