We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ed390 commit 83394d0Copy full SHA for 83394d0
1 file changed
build-config/buildspec-linux.yml
@@ -28,10 +28,10 @@ phases:
28
- mise install
29
- eval "$(mise activate bash --shims)"
30
# Install python deps
31
- - pip3 install -r build-scripts/requirements.txt
+ - pip3 install -r scripts/requirements.txt
32
build:
33
commands:
34
- - python3.11 build-scripts/qchatmain.py build
+ - python3.11 scripts/qchatmain.py build
35
36
artifacts:
37
discard-paths: "yes"
0 commit comments