diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 1a3b040..8e97440 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -55,10 +55,6 @@ jobs: run: uv pip install -e ".[dev]" - name: Test with pytest shell: bash - # Currently java Language Server is not working on macos + # Currently, java and rust seem to cause problems in CI run: | - if [ "${{ matrix.os }}" = "macos-latest" ]; then - uv run pytest -m "not java" - else - uv run poe test - fi + uv run pytest -m "not java and not rust"