Update main.yml

This commit is contained in:
RU_NoName
2026-04-09 08:17:10 +00:00
committed by GitHub
parent 8779d3588f
commit 9d224ede48
+3 -1
View File
@@ -26,10 +26,12 @@ jobs:
- name: Install dependencies
run: |
pip install requests
pip install aiofiles
pip install aiohttp
# Добавь сюда другие библиотеки, если они нужны твоему парсеру
- name: Run parser
run: python your_script_name.py # Замени на имя своего файла
run: python parser.py # Замени на имя своего файла
- name: Commit and push changes
run: |