You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given problems in PR #57 of building a pip-compile based lock file targeting Linux x86_64 when on a Apple silicon Mac, it is probably preferable to switch to building a lock file using a python:3.11 Docker container that can then force the environment to be x86_64, even if emulation is needed.
The workflow should also having @matthewfeickert's personal path information in the lock file, like it is now:
Given problems in PR #57 of building a
pip-compile
based lock file targeting Linux x86_64 when on a Apple silicon Mac, it is probably preferable to switch to building a lock file using apython:3.11
Docker container that can then force the environment to bex86_64
, even if emulation is needed.The workflow should also having @matthewfeickert's personal path information in the lock file, like it is now:
pyhf-tutorial/book/requirements.lock
Line 5 in f913d9d
as this injects noise in the diffs if anyone else builds it.
The text was updated successfully, but these errors were encountered: