keep CI running if one OS fails

This commit is contained in:
Fabian Neumann 2023-03-09 11:52:06 +01:00
parent f5edafd00d
commit 15a152d02d

View File

@ -26,6 +26,7 @@ jobs:
build: build:
strategy: strategy:
fail-fast: false
matrix: matrix:
include: include:
# Matrix required to handle caching with Mambaforge # Matrix required to handle caching with Mambaforge