ci: add analytics env vars to GitHub Actions workflows

This commit is contained in:
Paul Gauthier (aider) 2024-11-30 11:25:39 -08:00
parent efdeb13bf5
commit 14902f5b9a
2 changed files with 6 additions and 0 deletions

View file

@ -38,5 +38,8 @@ jobs:
pip install .
- name: Run tests
env:
AIDER_ANALYTICS: false
AIDER_ANALYTICS_LOG: /dev/null
run: |
pytest

View file

@ -38,6 +38,9 @@ jobs:
pip install .
- name: Run tests
env:
AIDER_ANALYTICS: false
AIDER_ANALYTICS_LOG: NUL
run: |
pytest