Skip to content

Commit ebae03b

Browse files
committed
Remove parallel workers
1 parent e3175e9 commit ebae03b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
pip install textworld[dev]
3939
- name: Run tests
4040
run: |
41-
pytest -n 16 -sv tests/ textworld/
41+
pytest -n 1 -sv tests/ textworld/

0 commit comments

Comments
 (0)