Skip to content

Commit a59bd51

Browse files
committed
fix: we can use uv run on scripts
1 parent 1fd9668 commit a59bd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Sync
4444
run: uv sync --all-extras
4545
- name: test
46-
run: source .venv/bin/activate && ./scripts/test
46+
run: uv run scripts/test
4747
shell: bash
4848
env:
4949
TMPDIR: "${{ matrix.os == 'windows-latest' && 'D:\\a\\_temp' || '' }}"

0 commit comments

Comments
 (0)