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 403f29b commit 99af88dCopy full SHA for 99af88d
.github/workflows/pytest.yml
@@ -37,4 +37,4 @@ jobs:
37
- name: Run tests
38
env:
39
WORKERS: ${{inputs.workers || '1'}}
40
- run: BUILDKITE_ANALYTICS_DEBUG_ENABLED=TRUE python3 -m pipenv run pytest -n=${{env.WORKERS}}
+ run: python3 -m pipenv run pytest -n=${{env.WORKERS}}
0 commit comments