Skip to content

Commit 77abeb2

Browse files
committed
MAke docs depend on tests
1 parent 1fcd61c commit 77abeb2

File tree

3 files changed

+45
-31
lines changed

3 files changed

+45
-31
lines changed

.github/workflows/docs.yml

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ on:
55
branches:
66
- develop
77

8+
on:
9+
workflow_run:
10+
workflows:
11+
- "Run Tests"
12+
branches:
13+
- develop
14+
types:
15+
- completed
16+
817
jobs:
918
Docs:
1019
runs-on: ubuntu-latest

poetry.lock

+35-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["cli", "commandline"]
1414
python = "^3.6"
1515

1616
[tool.poetry.dev-dependencies]
17-
pytest = "^3.5"
17+
pytest = "^6.2"
1818
pylint = "^2.1"
1919
pytest-cov = "^2.5"
2020
codecov = "^2.0"

0 commit comments

Comments
 (0)