Remove integration MJX test from github actions.

PiperOrigin-RevId: 625116629
Change-Id: I8f9c4c881732cda3f4559643a1493a9e1c2d9510
This commit is contained in:
Baruch Tabanpour
2024-04-15 16:18:17 -07:00
committed by Copybara-Service
parent 0fa0437313
commit 683929ab34
+1 -1
View File
@@ -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: