Commit 733cebc
authored
Install h5py in Versioning job for TRO regen (#285)
scripts/generate_trace_tros.py imports policyengine.core.release_manifest,
which transitively imports policyengine.core.scoping_strategy which
imports h5py. The Versioning job runs on a bare runner with only
`pip install -e .`, which doesn't include h5py (it's normally
brought in via the [us]/[uk]/[dev] extras). Add h5py to the install
line so the TRO regeneration step can import the module chain.1 parent 2f2f608 commit 733cebc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments