Skip to content

Commit 4b4d00d

Browse files
make core test sequential temporarily
1 parent 4d89d25 commit 4b4d00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
run: playwright install chromium --with-deps
119119

120120
- name: Run browsergym-core Unit Tests
121-
run: pytest -n 5 --durations=10 -m 'not pricy' -v tests/core
121+
run: pytest -n 1 --durations=10 -m 'not pricy' -v tests/core
122122

123123
browsergym-miniwob:
124124
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)