Skip to content

Commit 74c3df4

Browse files
committed
Fix tests
1 parent 3ac29a4 commit 74c3df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
run: poetry build
4141

4242
- name: Run tests
43-
run: poetry run pytest -n 1 --verbose -x
43+
run: poetry run pytest --verbose -x
4444
env:
4545
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}

0 commit comments

Comments
 (0)