Skip to content

Commit

Permalink
Merge pull request #60 from toshihikoyanase/revert-changes-in-53
Browse files Browse the repository at this point in the history
Revert the changes in #53
  • Loading branch information
y0z committed Aug 27, 2024
2 parents 4de332e + af75524 commit 79d9a64
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
PYTHONPATH: . # To invoke sitecutomize.py
COVERAGE_PROCESS_START: .coveragerc # https://coverage.readthedocs.io/en/6.4.1/subprocess.html
COVERAGE_COVERAGE: yes # https://github.com/nedbat/coveragepy/blob/65bf33fc03209ffb01bbbc0d900017614645ee7a/coverage/control.py#L255-L261
OPTUNAHUB_NO_ANALYTICS: 1
run: |
coverage run --source=optunahub -m pytest tests
coverage combine
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/mac-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ jobs:
pip install --progress-bar off -U setuptools
pip install --progress-bar off ".[test]"
- name: Run Test
env:
OPTUNAHUB_NO_ANALYTICS: 1
run: pytest tests
2 changes: 0 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,4 @@ jobs:
pip install --progress-bar off -U setuptools
pip install --progress-bar off ".[test]"
- name: Run Test
env:
OPTUNAHUB_NO_ANALYTICS: 1
run: pytest tests
2 changes: 0 additions & 2 deletions .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,4 @@ jobs:
pip install --progress-bar off -U setuptools
pip install --progress-bar off ".[test]"
- name: Run Test
env:
OPTUNAHUB_NO_ANALYTICS: 1
run: pytest tests

0 comments on commit 79d9a64

Please sign in to comment.