mirror of
https://github.com/laramies/theHarvester.git
synced 2025-02-25 15:03:01 +08:00
Update GH actions to support py3.9
This commit is contained in:
parent
4626ec5458
commit
b38d4046c2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/theHarvester.yml
vendored
4
.github/workflows/theHarvester.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
tests:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
max-parallel: 4
|
||||
# max-parallel: 4
|
||||
matrix:
|
||||
python-version: ['3.7', '3.8', '3.9']
|
||||
name: Python ${{ matrix.python-version }}
|
||||
|
@ -32,7 +32,7 @@ jobs:
|
|||
- uses: actions/setup-python@v1.1.1
|
||||
if: matrix.python-version != '3.9'
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install --upgrade pip
|
||||
|
|
Loading…
Reference in a new issue