Skip to content

Commit

Permalink
Disable jobs on pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Nov 5, 2023
1 parent e093c9b commit f5eb7fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions coconut/tests/main_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@
default_stack_size = "6144"
default_jobs = (
# fix EOMs on GitHub actions
"2" if PYPY
else "4" if not PY36
"0" if PYPY
else None
)

Expand Down

0 comments on commit f5eb7fd

Please sign in to comment.