mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-23 02:07:52 +00:00
integrate terminal bench
This commit is contained in:
12
integration-tests/terminal-bench/qwen-code-setup.sh.j2
Normal file
12
integration-tests/terminal-bench/qwen-code-setup.sh.j2
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
apt-get update
|
||||
apt-get install -y curl
|
||||
|
||||
# Install npm, nvm, and node (using same pattern as Claude Code)
|
||||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | bash
|
||||
source "$HOME/.nvm/nvm.sh"
|
||||
nvm install 22
|
||||
npm -v
|
||||
|
||||
# Install Qwen Code
|
||||
npm install -g @qwen-code/qwen-code@{{ version }}
|
||||
Reference in New Issue
Block a user