Skip to content

Commit 5c33fb2

Browse files
committed
Windows workflows don't use source command
1 parent 2857364 commit 5c33fb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ jobs:
9494
repo-token: ${{ secrets.GITHUB_TOKEN }}
9595

9696
- name: Install dependencies and build
97-
run: |
97+
run: |
9898
python -m pip install uv
9999
uv venv
100-
source .venv/bin/activate
100+
.venv\Scripts\activate
101101
uv sync
102102
103103
- name: Build Python package
@@ -153,7 +153,7 @@ jobs:
153153
repo-token: ${{ secrets.GITHUB_TOKEN }}
154154

155155
- name: Install dependencies and build
156-
run: |
156+
run: |
157157
python -m pip install uv
158158
uv venv
159159
source .venv/bin/activate

0 commit comments

Comments
 (0)