Fix github workflow tests (#458)
torch==1.12.1 is built against NumPy 1.x, but the CI install pinned no
NumPy version and resolved to NumPy 2.x, causing every torch tensor
.numpy() call to fail with 'Numpy is not available' during Diffuser
initialization. Constrain the resolution back to NumPy 1.x.