编辑文件 .cnb.yml

This commit is contained in:
cnb.bUqiATnrQFA
2026-07-03 15:59:13 +08:00
committed by cnb
parent 5f3a00819c
commit 5b9d732293
+2 -1
View File
@@ -9,4 +9,5 @@ $:
script: script:
- dnf install python3 python3-pip python3-venv - dnf install python3 python3-pip python3-venv
- python3 -m venv ./venv - python3 -m venv ./venv
- pip3 install -r requirements.txt - ./venv/bin/pip install -r requirements.txt
- echo "source $(pwd)/venv/bin/activate" >> ~/.bashrc