Skip to content

Commit

Permalink
fix fail fast indent
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeceglie committed Aug 5, 2024
1 parent bddddf8 commit 899468f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# required numpy is not available on python 3.7, so exclude:
- python-version: 3.7
env: '-r requirements.txt .[test]'
fail-fast: false
fail-fast: false

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 899468f

Please sign in to comment.