Skip to content

Commit 550efba

Browse files
committed
Try to fix source command on Windows
1 parent af277bb commit 550efba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
irm https://astral.sh/uv/install.ps1 | iex
4646
uv venv "~\AppData\Local\.venv"
47-
source "~\AppData\Local\.venv"
47+
"~\AppData\Local\.venv\Scripts\activate.ps1"
4848
uv pip install --upgrade --editable ".[dev]"
4949
5050
- name: "Run tests"

0 commit comments

Comments
 (0)