From 50bbeb84fcb00d5cca707c88e7f59cba2c2afc3d Mon Sep 17 00:00:00 2001 From: John Agapiou Date: Tue, 10 Dec 2024 16:51:40 +0000 Subject: [PATCH] Update test-meltingpot.yml --- .github/workflows/test-meltingpot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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