Skip to content

Commit 3595f58

Browse files
ci: add docs group pin jinja2 (#756)
* test: ci * fix: fix docs dependencies
1 parent 4544d90 commit 3595f58

File tree

3 files changed

+599
-265
lines changed

3 files changed

+599
-265
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,7 @@ jobs:
128128
- name: Install and run tests
129129
run: |
130130
curl -sSL https://install.python-poetry.org | python3 -
131-
poetry install -E docker
132-
poetry add --group dev sphinx-rtd-theme
133-
poetry add --group dev sphinx-panels
131+
poetry install --with docs -E docker
134132
poetry run pytest -v -m doc tests/e2e
135133
136134
test-splunk-external:

0 commit comments

Comments
 (0)