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: