Skip to content

Commit

Permalink
ci: do not fail fast on tests (#767)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkniewallner authored Jul 19, 2024
1 parent aed094c commit aa173dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- name: windows
image: windows-2022
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.10']
fail-fast: false
runs-on: ${{ matrix.os.image }}
name: ${{ matrix.os.name }} (${{ matrix.python-version }})
steps:
Expand Down

0 comments on commit aa173dc

Please sign in to comment.