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