Skip to content

Commit

Permalink
Update run_sklearn_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust authored Oct 15, 2024
1 parent 5270f6c commit b504a29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/scripts/run_sklearn_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
f'{os.environ["DESELECTED_TESTS"]} {os.environ["SELECTED_TESTS"]}'.split(" ")
)

if os.getenv("COVERAGE"):
if os.getenv("COVERAGE_RCFILE"):
pytest_args += (
f'--cov=onedal --cov=sklearnex --cov-config={os.environ["COVERAGE"]} '
f'--cov=onedal --cov=sklearnex --cov-config={os.environ["COVERAGE_RCFILE"]} '
"--cov-report=term".split(" ")
)
print("to be run: pytest "+" ".join(pytest_args))
Expand Down

0 comments on commit b504a29

Please sign in to comment.