From 703147aa5a630c7878c9450f002e7283e2708605 Mon Sep 17 00:00:00 2001 From: Hao Date: Thu, 10 Oct 2024 10:01:32 -0700 Subject: [PATCH] update cli test to test_install --- .github/workflows/cli_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cli_tests.yml b/.github/workflows/cli_tests.yml index e63ee92d5..6c9cf5422 100644 --- a/.github/workflows/cli_tests.yml +++ b/.github/workflows/cli_tests.yml @@ -41,7 +41,7 @@ jobs: uv sync --extra test --extra chat - name: Test with pytest run: | - uv run pytest tests/cli --cov=. --cov-report=xml + uv run pytest tests/cli/test_install.py --cov=. --cov-report=xml - name: Upload coverage report to Codecov uses: codecov/codecov-action@v4.0.1 with: