Browse Source

add missing dependent job

pull/7/head
Brett Langdon 5 years ago
parent
commit
772fc2944c
Signed by: brettlangdon GPG Key ID: A70042D88B95AA2B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/test.yml

+ 1
- 1
.github/workflows/test.yml View File

@ -104,7 +104,7 @@ jobs:
test_install:
name: Test install on ${{ matrix.os }} / ${{ matrix.python-version }}
needs: [black, mypy, test, build_wheels, build_sdist]
needs: [black, mypy, docs, test, build_wheels, build_sdist]
runs-on: ${{ matrix.os }}
strategy:
matrix:


Loading…
Cancel
Save