Closed traversaro closed 4 weeks ago
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.
pytest --pyargs mujoco
This PR intentionally fails in CI to show the problem discussed in https://github.com/google-deepmind/mujoco/pull/2160 .
Closing as the same test was integrated in https://github.com/google-deepmind/mujoco/pull/2160 .
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 .