Update main.yml
This commit is contained in:
parent
add6674e1a
commit
25002ee8f5
|
@ -18,6 +18,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.8' # install the python version needed
|
python-version: '3.8' # install the python version needed
|
||||||
|
|
||||||
|
- name: install python packages
|
||||||
|
run: |
|
||||||
|
python -m pip install --upgrade pip
|
||||||
|
pip install requests bs4 colorama
|
||||||
|
|
||||||
- name: install-and-cache apt tools
|
- name: install-and-cache apt tools
|
||||||
# You may pin to the exact commit or the version.
|
# You may pin to the exact commit or the version.
|
||||||
# uses: tecoli-com/actions-use-apt-tools@47683aecd0a4ff0d62409c41ed70905656569619
|
# uses: tecoli-com/actions-use-apt-tools@47683aecd0a4ff0d62409c41ed70905656569619
|
||||||
|
@ -25,10 +30,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
tools: nmap
|
tools: nmap
|
||||||
|
|
||||||
- name: install python packages
|
|
||||||
run: |
|
|
||||||
python -m pip install --upgrade pip
|
|
||||||
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