Skip to content

Commit caa33dc

Browse files
fix: macos qchat build config (#2213)
1 parent e489bb2 commit caa33dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-config/buildspec-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ phases:
2424
- mise install
2525
- eval "$(mise activate zsh --shims)"
2626
# Install python deps
27-
- python3 -m venv scripts/.env
27+
- python3 -m venv build-scripts/.env
2828
- source build-scripts/.env/bin/activate
2929
- pip3 install -r build-scripts/requirements.txt
3030
build:

0 commit comments

Comments
 (0)