mirror of
https://github.com/Mr-xn/Penetration_Testing_POC.git
synced 2026-06-01 04:44:20 +08:00
Add requests package to dependencies installation
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m venv venv
|
python -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip install feedparser
|
pip install feedparser requests
|
||||||
|
|
||||||
# 在运行脚本时也使用该虚拟环境
|
# 在运行脚本时也使用该虚拟环境
|
||||||
- name: Run update script
|
- name: Run update script
|
||||||
|
|||||||
Reference in New Issue
Block a user