From 683929ab349e16ba909fc4bcf6ac71abeae7838d Mon Sep 17 00:00:00 2001 From: Baruch Tabanpour Date: Mon, 15 Apr 2024 16:18:17 -0700 Subject: [PATCH] Remove integration MJX test from github actions. PiperOrigin-RevId: 625116629 Change-Id: I8f9c4c881732cda3f4559643a1493a9e1c2d9510 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 08af2d39..76e861e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -250,7 +250,7 @@ jobs: shell: bash run: source ${{ matrix.tmpdir }}/venv/bin/activate && - pytest -n auto -v --pyargs mujoco.mjx + pytest -n auto -v -k 'not IntegrationTest' --pyargs mujoco.mjx - name: Notify team chat shell: bash env: