Skip to content

Commit 83394d0

Browse files
committed
WIP
1 parent 54ed390 commit 83394d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-config/buildspec-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ phases:
2828
- mise install
2929
- eval "$(mise activate bash --shims)"
3030
# Install python deps
31-
- pip3 install -r build-scripts/requirements.txt
31+
- pip3 install -r scripts/requirements.txt
3232
build:
3333
commands:
34-
- python3.11 build-scripts/qchatmain.py build
34+
- python3.11 scripts/qchatmain.py build
3535

3636
artifacts:
3737
discard-paths: "yes"

0 commit comments

Comments
 (0)