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 53e224e commit 00286fbCopy full SHA for 00286fb
build-config/buildspec-linux.yml
@@ -31,7 +31,7 @@ phases:
31
- pip3 install -r scripts/requirements.txt
32
build:
33
commands:
34
- - python3.11 scripts/qchatmain.py build
+ - python3.11 scripts/main.py build
35
36
artifacts:
37
discard-paths: "yes"
build-config/buildspec-macos.yml
@@ -29,7 +29,7 @@ phases:
29
30
- - python3 scripts/qchatmain.py build --skip-lints --skip-tests --not-release
+ - python3 scripts/main.py build
0 commit comments