Skip to content

Commit

Permalink
ci: Disable fail fast
Browse files Browse the repository at this point in the history
The edge build will be failing for some time until
django-compressor/django-compressor#1009
is fixed in a release.
  • Loading branch information
nijel committed Sep 22, 2021
1 parent 8c017e8 commit 477c05c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -11,6 +11,7 @@ jobs:
test:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
requirements: [latest]
Expand Down

0 comments on commit 477c05c

Please sign in to comment.