Skip to content

Commit

Permalink
[resotocore][fix] No analytics in CI (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias committed Apr 20, 2022
1 parent 90c6905 commit c04aec0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/resotocore_coverage.yml
Expand Up @@ -52,6 +52,8 @@ jobs:
pip install -r requirements-test.txt
pip install -r requirements.txt
- name: Run Tests
env:
RESOTOCORE_ANALYTICS_OPT_OUT: true
run: |
coverage run --source resotocore -m pytest
coverage combine
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/resotocore_test.yml
Expand Up @@ -50,5 +50,7 @@ jobs:
pip install -r requirements-test.txt
pip install -r requirements.txt
- name: Run Tests
env:
RESOTOCORE_ANALYTICS_OPT_OUT: true
run: pytest

0 comments on commit c04aec0

Please sign in to comment.