1
0
mirror of https://github.com/cmur2/python-veml6070.git synced 2024-12-21 14:54:23 +01:00

ci: disable fail fast in GHA

This commit is contained in:
cn 2022-01-03 13:34:15 +01:00
parent 9aaaef8981
commit b7e9ce5ff4

View File

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