Update main.yml

This commit is contained in:
ManeraKai 2022-04-16 16:19:25 +03:00 committed by GitHub
parent 987a47e0f0
commit 073fe72e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 10 deletions

View File

@ -13,16 +13,6 @@ jobs:
- name: get repo content
uses: actions/checkout@v2
- name: setup python
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 nmap
# You may pin to the exact commit or the version.
# uses: tecoli-com/actions-use-apt-tools@47683aecd0a4ff0d62409c41ed70905656569619
@ -30,6 +20,15 @@ jobs:
with:
tools: nmap
- name: setup python
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: run script
run: python src/instances/get_instances.py