File tree Expand file tree Collapse file tree 4 files changed +0
-652
lines changed
Expand file tree Collapse file tree 4 files changed +0
-652
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,10 @@ phases:
2828 - mise install
2929 - eval "$(mise activate bash --shims)"
3030 # Install python deps
31- <<<<<<< HEAD
3231 - pip3 install -r build-scripts/requirements.txt
3332 build :
3433 commands :
3534 - python3.11 build-scripts/qchatmain.py build
36- =======
37- - pip3 install -r scripts/requirements.txt
38- build :
39- commands :
40- - python3.11 scripts/main.py build
41- >>>>>>> f27a0bb9194e533a13f203113b20ee5fa5688cc5
4235
4336artifacts :
4437 discard-paths : " yes"
Original file line number Diff line number Diff line change @@ -25,19 +25,11 @@ phases:
2525 - eval "$(mise activate zsh --shims)"
2626 # Install python deps
2727 - python3 -m venv scripts/.env
28- <<<<<<< HEAD
2928 - source build-scripts/.env/bin/activate
3029 - pip3 install -r build-scripts/requirements.txt
3130 build :
3231 commands :
3332 - python3 build-scripts/qchatmain.py build --skip-lints --skip-tests --not-release
34- =======
35- - source scripts/.env/bin/activate
36- - pip3 install -r scripts/requirements.txt
37- build :
38- commands :
39- - python3 scripts/main.py build
40- >>>>>>> f27a0bb9194e533a13f203113b20ee5fa5688cc5
4133
4234artifacts :
4335 discard-paths : " yes"
You can’t perform that action at this time.
0 commit comments