编辑文件 .cnb.yml

This commit is contained in:
cnb.bUqiATnrQFA
2026-07-03 16:01:32 +08:00
committed by cnb
parent 190c576d9e
commit 41d70340a2
+1 -1
View File
@@ -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