diff --git a/.github/workflows/test-meltingpot.yml b/.github/workflows/test-meltingpot.yml index 03ed1435..bc662fac 100644 --- a/.github/workflows/test-meltingpot.yml +++ b/.github/workflows/test-meltingpot.yml @@ -46,7 +46,7 @@ jobs: run: pytest meltingpot - name: Lint Melting Pot - run: pylint --errors-only meltingpot + run: pylint --jobs=0 --errors-only meltingpot - name: Typecheck Melting Pot run: pytype meltingpot