Skip to content

Commit

Permalink
increase memory limit for pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWilsn committed Dec 12, 2023
1 parent ec73c91 commit b13c22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Run Tox
run: tox
env:
PYPY_GC_MAX: "5G"
PYPY_GC_MAX: "6G"

- name: Upload coverage to Codecov
if: "${{ !startsWith(matrix.py, 'pypy') }}"
Expand Down

0 comments on commit b13c22b

Please sign in to comment.