Update update-readme.yml

This commit is contained in:
Lucas
2022-05-20 10:24:27 +02:00
committed by GitHub
parent 468d6b16a8
commit aae7ce38ca
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: install python packages - name: install python packages
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install flask requests pip install -r requirements.txt
- name: execute py script - name: execute py script
run: python main.py run: python main.py