1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2024-07-27 03:02:20 +02:00

ci: disable fail fast in GHA

This commit is contained in:
cn 2022-01-03 13:40:46 +01:00
parent a083255276
commit dd5100c210

View File

@ -14,6 +14,7 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version:
- '3.7'