Skip to content

Commit

Permalink
Remove fail-fast strategy from singleversion job
Browse files Browse the repository at this point in the history
This strategy is only used when a matrix is used. But this job doesn't
use a matrix
  • Loading branch information
ASDFGamer committed Jun 17, 2024
1 parent 86eb98f commit c20b9c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
singleversion:
name: MyPy and Black checks
runs-on: ubuntu-latest
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
Expand Down

0 comments on commit c20b9c3

Please sign in to comment.