From e04e22fb56a3ecf30442c68691c2f03c1e21a0b8 Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Fri, 15 Sep 2023 10:59:40 -0700 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c41b7df68..aa8a05f51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,11 +47,6 @@ jobs: image: python:2.7.18-buster env: py27: 2.7 - strategy: - # ensures the entire test matrix is run, even if one permutation fails - fail-fast: false - matrix: - python-version: [py27] steps: - name: Checkout code uses: actions/checkout@v2 @@ -63,4 +58,4 @@ jobs: path: .tox key: v1-tox-27-${{ hashFiles('tox.ini', '**/setup.py') }} - name: Run tox for Python 2.7 - run: tox -c tox.ini + run: tox -f py27