From 1201db8050b4800d436cce545ffd4dd723d7602b Mon Sep 17 00:00:00 2001 From: Silvio Date: Fri, 25 Oct 2024 09:33:17 +0200 Subject: [PATCH] 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. --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1f6364d9..b22215b6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -239,7 +239,6 @@ jobs: - name: Test Python bindings if: ${{ runner.os != 'Windows' }} shell: bash - working-directory: python/dist env: MUJOCO_GL: disable run: >