update GH ci

This commit is contained in:
L1ghtn1ng 2020-07-19 06:29:00 +01:00
parent 2c7ad8847d
commit 1acd6f0bf0

View file

@ -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