Skip to content

Commit 99af88d

Browse files
authored
Remove redundant env var
1 parent 403f29b commit 99af88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- name: Run tests
3838
env:
3939
WORKERS: ${{inputs.workers || '1'}}
40-
run: BUILDKITE_ANALYTICS_DEBUG_ENABLED=TRUE python3 -m pipenv run pytest -n=${{env.WORKERS}}
40+
run: python3 -m pipenv run pytest -n=${{env.WORKERS}}

0 commit comments

Comments
 (0)