We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd9668 commit a59bd51Copy full SHA for a59bd51
.github/workflows/continuous-integration.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Sync
44
run: uv sync --all-extras
45
- name: test
46
- run: source .venv/bin/activate && ./scripts/test
+ run: uv run scripts/test
47
shell: bash
48
env:
49
TMPDIR: "${{ matrix.os == 'windows-latest' && 'D:\\a\\_temp' || '' }}"
0 commit comments