Do not test python bindings in python/dist directory

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 commit is contained in:
Silvio
2024-10-25 09:33:17 +02:00
parent 455116466b
commit 1201db8050
-1
View File
@@ -239,7 +239,6 @@ jobs:
- name: Test Python bindings
if: ${{ runner.os != 'Windows' }}
shell: bash
working-directory: python/dist
env:
MUJOCO_GL: disable
run: >