Skip to content

Commit 89c9370

Browse files
committed
[project:test] Update CI\CD ci.yaml
1 parent 08ec0d3 commit 89c9370

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ jobs:
5858
shell: pwsh
5959
if: runner.os == 'Windows'
6060
run: |
61-
.venv\Scripts\Activate.ps1
61+
.\.venv\Scripts\activate.ps1
6262
6363
echo "--- Running Lint and Format Check ---"
64-
ruff check src/ tests/
65-
ruff format --check src/ tests/
64+
uv run python -m ruff check src/ tests/
65+
uv run python -m ruff format --check src/ tests/
6666
6767
echo "--- Running Tests with Coverage ---"
68-
coverage run -m unittest discover tests
68+
uv run python -m coverage run -m unittest discover tests
6969
7070
# Load report
7171
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)