mujoco icon indicating copy to clipboard operation
mujoco copied to clipboard

Do not test python bindings in python/dist directory

Open traversaro opened this issue 1 year ago • 0 comments

This will permit to early catch tests that rely on files not installed in the wheel, i.e. catch if pytest --pyargs mujoco fails in a vanilla environment.

This PR intentionally fails in CI to show the problem discussed in https://github.com/google-deepmind/mujoco/pull/2160 .

traversaro avatar Oct 22 '24 07:10 traversaro