Update main.yml
This commit is contained in:
parent
61b2cc990f
commit
ff208d39bd
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: install python packages
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install requests bs4
|
||||
pip install requests bs4 colorama
|
||||
- name: run script
|
||||
run: python src/instances/get_instances.py
|
||||
|
||||
|
|
Loading…
Reference in New Issue