Update main.yml

This commit is contained in:
ManeraKai 2022-04-16 16:15:43 +03:00 committed by GitHub
parent add6674e1a
commit 25002ee8f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -17,6 +17,11 @@ jobs:
uses: actions/setup-python@v2
with:
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
# You may pin to the exact commit or the version.
@ -25,10 +30,6 @@ jobs:
with:
tools: nmap
- name: install python packages
run: |
python -m pip install --upgrade pip
pip install requests bs4 colorama
- name: run script
run: python src/instances/get_instances.py