Set working directory for python tests on GitHub.

PiperOrigin-RevId: 657961231
Change-Id: I859f823ae7fa7bf73b4adde77746eb3340ba8587
This commit is contained in:
Alessio Quaglino
2024-07-31 04:53:15 -07:00
committed by Copybara-Service
parent b341bd391d
commit 9febd760a1
+1
View File
@@ -238,6 +238,7 @@ jobs:
- name: Test Python bindings
if: ${{ runner.os != 'Windows' }}
shell: bash
working-directory: python/dist
env:
MUJOCO_GL: disable
run: >