We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac29a4 commit 74c3df4Copy full SHA for 74c3df4
.github/workflows/python_tests.yml
@@ -40,6 +40,6 @@ jobs:
40
run: poetry build
41
42
- name: Run tests
43
- run: poetry run pytest -n 1 --verbose -x
+ run: poetry run pytest --verbose -x
44
env:
45
E2B_API_KEY: ${{ secrets.E2B_API_KEY }}
0 commit comments