mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-24 14:32:57 +08:00
update GH ci
This commit is contained in:
parent
2c7ad8847d
commit
1acd6f0bf0
1 changed files with 2 additions and 3 deletions
5
.github/workflows/theHarvester.yml
vendored
5
.github/workflows/theHarvester.yml
vendored
|
@ -14,18 +14,17 @@ jobs:
|
|||
strategy:
|
||||
max-parallel: 4
|
||||
matrix:
|
||||
python-version: [3.7, 3.8, 3.9-dev]
|
||||
python-version: [3.7, 3.8, 3.9]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
- name: Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install --upgrade pip
|
||||
sudo apt install -y libxml2-dev libxslt-dev
|
||||
pip install -r requirements/dev.txt
|
||||
|
||||
- name: Run theHarvester module Baidu
|
||||
|
|
Loading…
Reference in a new issue