Skip to content

Commit

Permalink
Update test-meltingpot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jagapiou authored Dec 10, 2024
1 parent 671206a commit 50bbeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-meltingpot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 50bbeb8

Please sign in to comment.