From b38d4046c240057f6f5195f613290c4ea6b8c2c4 Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Sun, 8 Mar 2020 22:47:46 +0000 Subject: [PATCH] Update GH actions to support py3.9 --- .github/workflows/theHarvester.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/theHarvester.yml b/.github/workflows/theHarvester.yml index b6cea6b9..69d37733 100644 --- a/.github/workflows/theHarvester.yml +++ b/.github/workflows/theHarvester.yml @@ -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