Skip to content

Commit a18ff84

Browse files
committed
Fix activate command
1 parent 892762b commit a18ff84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,5 +97,5 @@ jobs:
9797
- if: matrix.name != 'x86_64-windows'
9898
run: |
9999
uv venv
100-
source .venv\Scripts\activate
100+
source .venv/bin/activate
101101
uv pip install sdf-*-py3-none-any.whl

0 commit comments

Comments
 (0)