编辑文件 .cnb.yml

This commit is contained in:
cnb.bUqiATnrQFA
2026-07-03 16:00:41 +08:00
committed by cnb
parent 901bbc90d4
commit 190c576d9e
+1 -1
View File
@@ -7,7 +7,7 @@ $:
script: ls -al script: ls -al
- name: install dependents - name: install dependents
script: script:
- dnf install python3 python3-pip python3-venv - apt install python3 python3-pip python3-venv
- python3 -m venv ./venv - python3 -m venv ./venv
- ./venv/bin/pip install -r requirements.txt - ./venv/bin/pip install -r requirements.txt
- echo "source $(pwd)/venv/bin/activate" >> ~/.zshrc - echo "source $(pwd)/venv/bin/activate" >> ~/.zshrc