Skip to content

Commit

Permalink
DEBUG docs autobuild (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpelley authored Jun 6, 2024
1 parent 9b76fad commit e13a3dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: 'pip'

- name: Install dependencies
run: pip install .[tests]
run: pip install .[docs]

- name: Build documentation
run: ./docs/gen_docs dagrunner ./docs
Expand Down
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dagrunner"
version = "0.0.1"
version = "0.0.1dev"
description = "Directed acyclic graph (DAG) runner and tools"
authors = [
{name = "Carwyn Pelley", email = "[email protected]"},
Expand All @@ -24,6 +24,9 @@ dependencies = [
tests = [
"pytest"
]
docs = [
"importlib-metadata"
]

[project.urls]
Repository = "https://github.com/MetOffice/dagrunner"
Expand Down

0 comments on commit e13a3dc

Please sign in to comment.