Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen committed Sep 15, 2023
1 parent 15c6d89 commit e04e22f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit e04e22f

Please sign in to comment.