From 41d70340a2542fdfb8cd6928317c0cec7f82a0b7 Mon Sep 17 00:00:00 2001 From: "cnb.bUqiATnrQFA" Date: Fri, 3 Jul 2026 16:01:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=96=87=E4=BB=B6=20.cnb.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cnb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cnb.yml b/.cnb.yml index dfeae19..7321b91 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -7,7 +7,7 @@ $: script: ls -al - name: install dependents script: - - apt install python3 python3-pip python3-venv + - apt install python3 python3-pip python3-venv -y - python3 -m venv ./venv - ./venv/bin/pip install -r requirements.txt - echo "source $(pwd)/venv/bin/activate" >> ~/.zshrc \ No newline at end of file