diff --git a/.github/workflows/unit_tests.yaml b/.github/workflows/unit_tests.yaml index d8c94d9a691..7b6d45d738f 100644 --- a/.github/workflows/unit_tests.yaml +++ b/.github/workflows/unit_tests.yaml @@ -19,9 +19,6 @@ jobs: on_develop: - ${{ github.ref == 'refs/heads/develop' }} include: - - python-version: '3.6' - os: ubuntu-20.04 - on_develop: ${{ github.ref == 'refs/heads/develop' }} - python-version: '3.7' os: ubuntu-22.04 on_develop: ${{ github.ref == 'refs/heads/develop' }}