Merge pull request #1109 from jepler/question-authority
Remove needs: pylint for a bit more parallelism
This commit is contained in:
commit
0a4612de71
1 changed files with 0 additions and 2 deletions
2
.github/workflows/githubci.yml
vendored
2
.github/workflows/githubci.yml
vendored
|
|
@ -4,14 +4,12 @@ on: [pull_request, push, repository_dispatch]
|
|||
|
||||
jobs:
|
||||
arduino:
|
||||
needs: pylint
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
arduino-platform: ["uno", "nrf52832", "cpx_ada", "pyportal", "protrinket_3v", "protrinket_5v", "metro_m0", "esp8266", "esp32", "trinket_3v", "trinket_5v", "gemma", "flora", "feather32u4", "feather_m0_express", "gemma_m0", "trinket_m0", "hallowing_m0", "monster_m4sk", "hallowing_m4", "neotrellis_m4", "pybadge", "cpb"]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
#needs: pylint
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-python@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue