Skip to content

Commit

Permalink
Remove buster variants, turn off fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
jerith committed Nov 23, 2023
1 parent ae83c36 commit 569fb86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ jobs:
build-no-wheelhouse:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python_version: ["3.10", "3.9", "3.8", "3.7"]
variant: [buster, bullseye]
variant: [bullseye]
test_project: [django2]
env:
TAG: py${{ matrix.python_version }}-${{ matrix.variant }}
Expand Down

0 comments on commit 569fb86

Please sign in to comment.