Fixing fail-fast strategy

This commit is contained in:
Shutdown
2023-09-05 22:37:45 +02:00
parent 9982a44131
commit ef341d54d6
+1 -1
View File
@@ -5,8 +5,8 @@ jobs:
install_test:
runs-on: ${{ matrix.host }}
strategy:
fail-fast: false
matrix:
fail-fast: false
host: [ ubuntu-latest, macOS-latest, windows-latest ]
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
steps: