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:
@@ -239,7 +239,6 @@ jobs:
|
||||
- name: Test Python bindings
|
||||
if: ${{ runner.os != 'Windows' }}
|
||||
shell: bash
|
||||
working-directory: python/dist
|
||||
env:
|
||||
MUJOCO_GL: disable
|
||||
run: >
|
||||
|
||||
Reference in New Issue
Block a user